added triggers onTimer

added map view in ADeditor
This commit is contained in:
2010-09-02 23:34:39 +04:00
parent 7752f7be12
commit c898f978da
10 changed files with 169 additions and 15 deletions

View File

@@ -20,7 +20,9 @@ private:
Game_Data *gameData;
int nextId;
void doTriggerOnDest(const SplashType &spl, QList <int> * deadIndexes, bool badAl);
void doTriggerOnDest(const SplashType &spl, QList <int> * deadIndexes,
bool badAl);
void doTriggerOnTimer(SplashType * spl, QList <int> * deadIndexes);
};
#endif // SPLASHES_H