QTfrontend/hwform.h
changeset 2399 ddde0ac1472b
parent 2377 f3fab2b09e0c
child 2400 2422ea85d100
equal deleted inserted replaced
2398:1b8dde74880c 2399:ddde0ac1472b
   142 	GameUIConfig * config;
   142 	GameUIConfig * config;
   143 	HWNamegen * namegen;
   143 	HWNamegen * namegen;
   144 	AmmoSchemeModel * ammoSchemeModel;
   144 	AmmoSchemeModel * ammoSchemeModel;
   145 	QStack<quint8> PagesStack;
   145 	QStack<quint8> PagesStack;
   146 	QTime eggTimer;
   146 	QTime eggTimer;
   147 	SDLInteraction sdli;
   147 	SDLInteraction * sdli;
   148 	BGWidget * wBackground;
   148 	BGWidget * wBackground;
   149 	void OnPageShown(quint8 id, quint8 lastid=0);
   149 	void OnPageShown(quint8 id, quint8 lastid=0);
   150 };
   150 };
   151 
   151 
   152 #endif
   152 #endif