Changeset 4662 in orxonox.OLD for orxonox/trunk/src/lib/event
- Timestamp:
- Jun 23, 2005, 2:09:07 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/event/event_def.h
r4457 r4662 1 /*! 1 /*! 2 2 \file event_def.h 3 3 \brief some central definitions … … 8 8 #define _EVENT_DEF_H 9 9 10 #ifdef HAVE_SDL_H 10 11 #include "SDL_keysym.h" 12 #else 13 #include "SDL/SDL_keysym.h" 14 #endif 11 15 #include "stdincl.h" 12 16
Note: See TracChangeset
for help on using the changeset viewer.