Add OGKBitmap.
This commit is contained in:
parent
7953872267
commit
96c5a44ae0
9 changed files with 172 additions and 15 deletions
|
@ -22,11 +22,13 @@
|
|||
|
||||
#import "OGKDisplay.h"
|
||||
#import "OGKEventQueue.h"
|
||||
#import "OGKBitmap.h"
|
||||
|
||||
@interface TestMain: OFObject <OFApplicationDelegate, OGKEventQueueDelegate>
|
||||
{
|
||||
OGKDisplay *display;
|
||||
OGKEventQueue *eventQueue;
|
||||
OGKBitmap *bitmap;
|
||||
BOOL running;
|
||||
}
|
||||
@end
|
||||
|
|
Reference in a new issue