Changeset 3746 in orxonox.OLD for orxonox/branches/levelloader/src/defs/stdincl.h
- Timestamp:
- Apr 7, 2005, 3:54:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/defs/stdincl.h
r3530 r3746 9 9 #define _STDINCL_H 10 10 11 #define null 0 //!< null12 13 11 typedef unsigned char byte; 14 12 … … 23 21 24 22 #include <assert.h> 23 #include <stddef.h> 25 24 #include <stdlib.h> 26 25 #include <string.h> … … 28 27 #include "glincl.h" 29 28 30 #include "error.h"31 #include "debug.h"32 29 33 30 // MATH // … … 39 36 #include "list_template.h" 40 37 #include "message_structures.h" 41 #include "orxonox.h"42 38 #include "data_tank.h" 43 39 #include "base_object.h" 44 40 #include "factory.h" 41 #include "debug.h" 45 42 46 43 #define CREATE_FACTORY(x) \
Note: See TracChangeset
for help on using the changeset viewer.