added some graphics but only for debug

This commit is contained in:
peri4
2010-08-27 14:04:05 +04:00
parent b3854e867d
commit 95f3fb74fa
37 changed files with 876 additions and 707 deletions

View File

@@ -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;