#include <SDL.h>
#include <string>
#include "math/vector.hpp"
#include "video/font_ptr.hpp"
#include "video/surface_ptr.hpp"
Go to the source code of this file.
Classes | |
class | Button |
Enumerations | |
enum | { BT_NONE, BT_HOVER, BT_SELECTED, BT_SHOW_INFO } |
anonymous enum |
Definition at line 31 of file button.hpp.
00031 { 00032 BT_NONE, 00033 BT_HOVER, 00034 BT_SELECTED, 00035 BT_SHOW_INFO 00036 };