Planeshift

pstypes.h

Go to the documentation of this file.
00001 /*    pstypes.h        (don't name it types.h cause that's also a sys header)
00002  *
00003  *    This file defines some commonly used types like
00004  */
00005 
00006 #ifndef __TYPES_H__
00007 #define __TYPES_H__
00008 
00009 #include "psstdint.h"
00010 
00015 typedef uint32_t    objID;
00016 
00019 #endif