ObjGameKit  Diff

Differences From Artifact [876a2c81a5]:

To Artifact [5d7e7a26bf]:


17
18
19
20
21
22
23


24
25
26
27
28
29
30
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32







+
+







 *       be misrepresented as being the original software.
 *   3.) This notice may not be removed or altered from any source distribution.
 */

#include <allegro5/allegro.h>

#import <ObjFW/ObjFW.h>

#import "keycodes.h"

@interface OGKEvent: OFObject
{
	ALLEGRO_EVENT event;
}

- (ALLEGRO_EVENT*)OGK_allegroEvent;