Changeset 5366 in orxonox.OLD for trunk/src/lib/event
- Timestamp:
- Oct 12, 2005, 1:23:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/event/event.h
r5239 r5366 2 2 * @file event.h 3 3 * an abstract event 4 * 5 * @todo remove HUGE class-overhead. This could also be a struct 6 */ 4 */ 7 5 8 6 #ifndef _EVENT_H 9 7 #define _EVENT_H 10 8 11 12 //#include "base_object.h"13 9 #include "sdlincl.h" 14 10
Note: See TracChangeset
for help on using the changeset viewer.