Planeshift
pstypes.h
Go to the documentation of this file.
1 /* pstypes.h (don't name it types.h cause that's also a sys header)
2  *
3  * This file defines some commonly used types like
4  */
5 
6 #ifndef __TYPES_H__
7 #define __TYPES_H__
8 
9 #include "psstdint.h"
10 
15 typedef uint32_t objID;
16 
19 #endif
uint32_t objID
Definition: pstypes.h:15