QTfrontend/hwform.h
changeset 2428 6800f8aa0184
parent 2401 2a694ea2a437
child 2515 51d3f4b6293a
equal deleted inserted replaced
2427:241e3bb6a146 2428:6800f8aa0184
   146 	GameUIConfig * config;
   146 	GameUIConfig * config;
   147 	HWNamegen * namegen;
   147 	HWNamegen * namegen;
   148 	AmmoSchemeModel * ammoSchemeModel;
   148 	AmmoSchemeModel * ammoSchemeModel;
   149 	QStack<quint8> PagesStack;
   149 	QStack<quint8> PagesStack;
   150 	QTime eggTimer;
   150 	QTime eggTimer;
   151 	SDLInteraction * sdli;
   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