QTfrontend/hwform.h
changeset 2515 51d3f4b6293a
parent 2428 6800f8aa0184
child 2773 e94f240a8a41
equal deleted inserted replaced
2514:df9d0728c5bb 2515:51d3f4b6293a
    49 	Q_OBJECT
    49 	Q_OBJECT
    50 
    50 
    51 public:
    51 public:
    52 	HWForm(QWidget *parent = 0);
    52 	HWForm(QWidget *parent = 0);
    53 	Ui_HWForm ui;
    53 	Ui_HWForm ui;
       
    54 	SDLInteraction sdli;
    54 
    55 
    55 private slots:
    56 private slots:
    56 	void GoToMain();
    57 	void GoToMain();
    57 	void GoToSinglePlayer();
    58 	void GoToSinglePlayer();
    58 	void GoToSetup();
    59 	void GoToSetup();
   146 	GameUIConfig * config;
   147 	GameUIConfig * config;
   147 	HWNamegen * namegen;
   148 	HWNamegen * namegen;
   148 	AmmoSchemeModel * ammoSchemeModel;
   149 	AmmoSchemeModel * ammoSchemeModel;
   149 	QStack<quint8> PagesStack;
   150 	QStack<quint8> PagesStack;
   150 	QTime eggTimer;
   151 	QTime eggTimer;
   151 	SDLInteraction sdli;
       
   152 	BGWidget * wBackground;
   152 	BGWidget * wBackground;
   153         
   153         
   154 #ifdef __APPLE__
   154 #ifdef __APPLE__
   155         InstallController * panel;
   155         InstallController * panel;
   156 #endif
   156 #endif