its just a test, wait a week...

This commit is contained in:
andrey
2010-02-03 09:10:40 +03:00
parent 835518ce1a
commit d20473731f
72 changed files with 679 additions and 37791 deletions

13
map.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef MAP_H
#define MAP_H
#include "basestruct.h"
class map
{
public:
map(GameData *dataMap);
QPixmap * background;
};
#endif // MAP_H