bin: fixed accidental changes in tictactoe project

This commit is contained in:
Eberhard Graether
2018-06-18 20:48:01 +02:00
parent d5f0c62f56
commit dcea53b242
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
#include "fied.h"
#include "field.h"
#include "io.h"
+1 -1
View File
@@ -2,7 +2,7 @@
#define _PLAYER_
#include "field.h"
#include "game_objec.h"
#include "game_object.h"
class Player : public GameObject {
public: