00001 #ifndef CASLOTSELECTIONDIALOG_H 00002 #define CASLOTSELECTIONDIALOG_H 00003 00004 #include <ClanLib/core.h> 00005 #include "cadialog.h" 00006 00010 class CASlotSelectionDialog : public CADialog { 00011 public: 00012 CASlotSelectionDialog( const char* title ); 00013 ~CASlotSelectionDialog(); 00014 00015 virtual void buildScreen(); 00016 00017 virtual void on_button_release( CL_InputDevice *device, const CL_Key &key ); 00018 00019 private: 00021 00022 int cursor; 00023 }; 00024 00025 #endif
1.5.0