22 #ifndef FIFE_FIFECHAN_ADDON_TWOBUTTON_H
23 #define FIFE_FIFECHAN_ADDON_TWOBUTTON_H
29 #include <fifechan.hpp>
40 class TwoButton :
public Button,
public WidgetListener {
42 TwoButton(Image *up_image = 0, Image *down_image = 0, Image *hover_file = 0,
const std::string& caption =
"");
45 void draw(Graphics *graphics);