00001 00007 #ifndef _CHARACTERS_H_ 00008 #define _CHARACTERS_H_ 00009 00010 #include "../Util/Objects/Sphere.h" 00011 #include "../Util/Objects/Box.h" 00012 00013 //#define CHAR_MODELS 2 00014 00015 //#define CHAR_BOX 0 00016 //#define CHAR_SPHERE 1 00017 00018 #endif