hm.... new global restruct... i think it last!

This commit is contained in:
2010-07-28 23:07:42 +04:00
parent 52a5384e6f
commit 2869e716b3
32 changed files with 721 additions and 1375 deletions

13
splashes.cpp Normal file
View File

@@ -0,0 +1,13 @@
#include "splashes.h"
Splashes::Splashes(Game_Data *gamedata, QObject *parent) :
QObject(parent)
{
GameData = gamedata;
}
void Splashes::update()
{
}