added some graphics but only for debug
This commit is contained in:
@@ -8,13 +8,13 @@ class Splashes : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit Splashes(Game_Data * gd, QObject *parent = 0);
|
||||
bool AddSplash(int srcId, QPointF pos);
|
||||
void DelSplash(int Id);
|
||||
bool addSplash(int srcId, QPointF pos);
|
||||
void delSplash(int Id);
|
||||
void update();
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
void AddSplash(srcSplashType src, int index, TowerType tw);
|
||||
void addSplash(srcSplashType src, int index, TowerType tw);
|
||||
|
||||
private:
|
||||
Game_Data *gameData;
|
||||
|
||||
Reference in New Issue
Block a user