summaryrefslogtreecommitdiff
path: root/macosx/MemBadgeView.h
blob: b28353bddbebd131d894240a1df4fbe81b663094 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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