22 #ifndef WATCHMAKER_TYPES_H 23 #define WATCHMAKER_TYPES_H 26 #include "common/array.h" 27 #include "common/ptr.h" 28 #include "common/stream.h" 29 #include "common/str.h" 37 typedef unsigned char uint8;
38 typedef signed char int8;
39 typedef unsigned short uint16;
40 typedef signed short int16;
41 typedef unsigned int uint32;
42 typedef signed int int32;
44 typedef double t3dF64;
48 #endif // WATCHMAKER_TYPES_H Definition: 2d_stuff.h:30