summaryrefslogtreecommitdiff
path: root/macosx/Source/MemBadgeView.h
blob: e64c8fbfb71cc4624259ead89bd729535b8b1d37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  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.
IB_DESIGNABLE
@interface MemBadgeView : NSView

@end