ObjGameKit  Diff

Differences From Artifact [575fe769bc]:

To Artifact [be99dd44f0]:


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

36
37
23
24
25
26
27
28
29



30
31
32
33
34
35







-
-
-



+


#import <ObjFW/ObjFW.h>

@interface OGKDisplay: OFObject
{
	ALLEGRO_DISPLAY *display;
}

+ displayWithSize: (of_dimension_t)size
       fullscreen: (BOOL)fullscreen
	resizable: (BOOL)resizable;
- initWithSize: (of_dimension_t)size
    fullscreen: (BOOL)fullscreen
     resizable: (BOOL)resizable;
- (void)update;
- (ALLEGRO_DISPLAY*)OGK_allegroDisplay;
@end