Changeset 3608 in orxonox.OLD for orxonox/trunk/src/defs
- Timestamp:
- Mar 20, 2005, 11:37:26 PM (20 years ago)
- Location:
- orxonox/trunk/src/defs
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/stdincl.h
r3607 r3608 8 8 #ifndef _STDINCL_H 9 9 #define _STDINCL_H 10 11 #define null 0 //!< null12 13 10 14 11 typedef unsigned char byte; … … 29 26 #include "glincl.h" 30 27 31 32 // MATH //33 #include "vector.h"34 35 #include "list.h"36 #include "list_template.h"37 #include "message_structures.h"38 #include "orxonox.h"39 #include "data_tank.h"40 #include "base_object.h"41 42 28 #include "error.h" 43 29 #include "debug.h"
Note: See TracChangeset
for help on using the changeset viewer.