summaryrefslogtreecommitdiff
path: root/macosx/MemBadgeView.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/MemBadgeView.h')
-rw-r--r--macosx/MemBadgeView.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/macosx/MemBadgeView.h b/macosx/MemBadgeView.h
new file mode 100644
index 00000000..f9696008
--- /dev/null
+++ b/macosx/MemBadgeView.h
@@ -0,0 +1,13 @@
+//
+// MemBadgeView.h
+// Pcsxr
+//
+// Created by C.W. Betts on 7/6/13.
+//
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface MemBadgeView : NSView
+
+@end