now this work stable
global restruct fuinish part 1 of 3
This commit is contained in:
8
towers.h
8
towers.h
@@ -1,14 +1,14 @@
|
||||
#ifndef TOWERS_H
|
||||
#define TOWERS_H
|
||||
|
||||
#include "basestruct.h"
|
||||
#include "games.h"
|
||||
|
||||
class towers
|
||||
{
|
||||
public:
|
||||
towers(GameData *dataTowers);
|
||||
QVector<Tower> srcTowers;
|
||||
QVector<Tower> curTowers;
|
||||
towers(games *parent);
|
||||
//QVector<Tower> srcTowers;
|
||||
//QVector<Tower> curTowers;
|
||||
void AddTower(QPoint point, int type);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user