Changeset 4381 in orxonox.OLD for orxonox/trunk/src/util
- Timestamp:
- May 29, 2005, 8:47:30 PM (20 years ago)
- Location:
- orxonox/trunk/src/util
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/animation/animation.h
r3982 r4381 10 10 #include "base_object.h" 11 11 #include "confincl.h" // must be here to determin the DEBUG-level 12 #include "debug.h" 12 13 13 14 // FORWARD DEFINITION -
orxonox/trunk/src/util/event/event.h
r4362 r4381 11 11 #include "base_object.h" 12 12 #include "event_def.h" 13 #include "sdlincl.h" 13 14 14 15 -
orxonox/trunk/src/util/event/event_handler.cc
r4369 r4381 24 24 #include "ini_parser.h" 25 25 #include "keynames.h" 26 26 #include "compiler.h" 27 #include "debug.h" 27 28 28 29 using namespace std; -
orxonox/trunk/src/util/resource_manager.cc
r4370 r4381 25 25 26 26 #include "list.h" 27 #include "sdlincl.h" 27 28 28 29 // File Handling Includes -
orxonox/trunk/src/util/resource_manager.h
r4370 r4381 13 13 14 14 #include "base_object.h" 15 16 #include "stdlibincl.h" 15 17 16 18 // FORWARD DEFINITION -
orxonox/trunk/src/util/state.cc
r4338 r4381 17 17 18 18 #include "state.h" 19 20 #ifndef NULL 21 #define NULL 0 22 #endif 19 23 20 24 using namespace std; -
orxonox/trunk/src/util/track/track_manager.h
r4262 r4381 14 14 #include "curve.h" 15 15 #include "base_object.h" 16 17 #ifndef NULL 18 #define NULL 0 19 #endif 16 20 17 21 // Forward Definition
Note: See TracChangeset
for help on using the changeset viewer.