ObjGameKit  Diff

Differences From Artifact [f8c1ad0d84]:

To Artifact [0399db4bce]:


18
19
20
21
22
23
24

25
26
27
28
29

30
31
32
 *   3.) This notice may not be removed or altered from any source distribution.
 */

#import <ObjFW/ObjFW.h>

#import "OGKDisplay.h"
#import "OGKEventQueue.h"


@interface TestMain: OFObject <OFApplicationDelegate, OGKEventQueueDelegate>
{
	OGKDisplay *display;
	OGKEventQueue *eventQueue;

	BOOL running;
}
@end







>





>



18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 *   3.) This notice may not be removed or altered from any source distribution.
 */

#import <ObjFW/ObjFW.h>

#import "OGKDisplay.h"
#import "OGKEventQueue.h"
#import "OGKBitmap.h"

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