1 #ifndef GRAPHICS_CHARSELECT_H_
2 #define GRAPHICS_CHARSELECT_H_
4 #include "../math/Vector.h"
18 static const int TYPE_ID = 411;
21 void Draw(SDL_Surface *screen, const math::Vector<int> &position) const;
28 char Selected() const;
31 static void CreateTypeDescription();
32 static void Construct(void *);
33 static void Load(void *);