0001: #ifndef __MY_INCLUDE_H_ 0002: #define __MY_INCLUDE_H_ 0003: 0004: #include "my_types.h" 0005: #include "math/CColor.h" 0006: #include "math/CRand.h" 0007: #include "system/CThread.h" 0008: #include "graphics/CBitmap.h" 0009: 0010: #endif // !__MY_INCLUDE_H_ 0011: