diff options
Diffstat (limited to 'macosx/Source/MemBadgeView.h')
| -rw-r--r-- | macosx/Source/MemBadgeView.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/macosx/Source/MemBadgeView.h b/macosx/Source/MemBadgeView.h new file mode 100644 index 00000000..b28353bd --- /dev/null +++ b/macosx/Source/MemBadgeView.h @@ -0,0 +1,14 @@ +// +// MemBadgeView.h +// Pcsxr +// +// Created by C.W. Betts on 7/6/13. +// +// + +#import <Cocoa/Cocoa.h> + +//TODO: also include the memory count in the view as well. +@interface MemBadgeView : NSView + +@end |
