ObjGameKit  Diff

Differences From Artifact [0399db4bce]:

To Artifact [150ee79de4]:


25
26
27
28
29
30
31

32
33
34
25
26
27
28
29
30
31
32
33
34
35







+



#import "OGKBitmap.h"

@interface TestMain: OFObject <OFApplicationDelegate, OGKEventQueueDelegate>
{
	OGKDisplay *display;
	OGKEventQueue *eventQueue;
	OGKBitmap *bitmap;
	of_point_t position;
	BOOL running;
}
@end