hm.... new global restruct... i think it last!
This commit is contained in:
7
game_data.cpp
Normal file
7
game_data.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "game_data.h"
|
||||
|
||||
Game_Data::Game_Data(Map *mapp, QObject *parent) :
|
||||
QObject(parent)
|
||||
{
|
||||
map = mapp;
|
||||
}
|
||||
Reference in New Issue
Block a user