Changeset 3607 in orxonox.OLD for orxonox/trunk/src/defs
- Timestamp:
- Mar 20, 2005, 10:38:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/stdincl.h
r3495 r3607 11 11 #define null 0 //!< null 12 12 13 13 14 typedef unsigned char byte; 14 15 … … 22 23 #endif 23 24 25 #include <stddef.h> 24 26 #include <stdlib.h> 25 27 #include <string.h>
Note: See TracChangeset
for help on using the changeset viewer.