@@ -0,0 +1,13 @@
#ifndef GAME_H
#define GAME_H
#include "basestruct.h"
class game
{
public:
game(QSize size, QPoint start, QPoint finish, int cellsize);
GameData *data;
};
#endif // GAME_H
The note is not visible to the blocked user.