QTfrontend/hwform.h
changeset 2400 2422ea85d100
parent 2399 ddde0ac1472b
child 2401 2a694ea2a437
equal deleted inserted replaced
2399:ddde0ac1472b 2400:2422ea85d100
    26 #include "netserver.h"
    26 #include "netserver.h"
    27 #include "game.h"
    27 #include "game.h"
    28 #include "ui_hwform.h"
    28 #include "ui_hwform.h"
    29 #include "SDLs.h"
    29 #include "SDLs.h"
    30 #include "bgwidget.h"
    30 #include "bgwidget.h"
       
    31 
       
    32 #ifdef __APPLE
       
    33 #include "InstallController.h"
       
    34 #endif
    31 
    35 
    32 class HWGame;
    36 class HWGame;
    33 class HWTeam;
    37 class HWTeam;
    34 class HWNamegen;
    38 class HWNamegen;
    35 class HWNewNet;
    39 class HWNewNet;
   144 	AmmoSchemeModel * ammoSchemeModel;
   148 	AmmoSchemeModel * ammoSchemeModel;
   145 	QStack<quint8> PagesStack;
   149 	QStack<quint8> PagesStack;
   146 	QTime eggTimer;
   150 	QTime eggTimer;
   147 	SDLInteraction * sdli;
   151 	SDLInteraction * sdli;
   148 	BGWidget * wBackground;
   152 	BGWidget * wBackground;
       
   153         
       
   154 #ifdef __APPLE__
       
   155         InstallController * panel;
       
   156 #endif
       
   157         
   149 	void OnPageShown(quint8 id, quint8 lastid=0);
   158 	void OnPageShown(quint8 id, quint8 lastid=0);
   150 };
   159 };
   151 
   160 
   152 #endif
   161 #endif