Core is realy wait for work and test
Aliens create, wavetrace work, towers build, aliens move - thats all by now. I think it is time to write Graphic and Network modules.
This commit is contained in:
10
adcore.h
10
adcore.h
@@ -14,17 +14,17 @@ Q_OBJECT
|
||||
public:
|
||||
explicit adCore(QObject *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
void next();
|
||||
private:
|
||||
Map *admap;
|
||||
Game_Data *addata;
|
||||
Aliens *adaliens;
|
||||
Towers *adtowers;
|
||||
Splashes *adsplashes;
|
||||
int step;
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
void next();
|
||||
private:
|
||||
};
|
||||
|
||||
#endif // ADCORE_H
|
||||
|
||||
Reference in New Issue
Block a user