Overview
Comment: | Remove ogk_event_type_t, which was unused anyway. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c7c26ea8cf35130c2edecc87520209e0 |
User & Date: | js on 2012-08-26 12:17:53 |
Other Links: | manifest | tags |
Context
2012-08-26
| ||
12:21 | Add a proper build system. check-in: b82dc2eabe user: js tags: trunk | |
12:17 | Remove ogk_event_type_t, which was unused anyway. check-in: c7c26ea8cf user: js tags: trunk | |
12:17 | Only call al_*_destroy if Allegro is initialized. check-in: 4719f25709 user: js tags: trunk | |
Changes
Modified src/OGKEvent.h from [19b5dab082] to [876a2c81a5].
︙ | ︙ | |||
18 19 20 21 22 23 24 | * 3.) This notice may not be removed or altered from any source distribution. */ #include <allegro5/allegro.h> #import <ObjFW/ObjFW.h> | < < < < | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | * 3.) This notice may not be removed or altered from any source distribution. */ #include <allegro5/allegro.h> #import <ObjFW/ObjFW.h> @interface OGKEvent: OFObject { ALLEGRO_EVENT event; } - (ALLEGRO_EVENT*)OGK_allegroEvent; @end |
︙ | ︙ |