diff --git a/pokerth_lib.pro b/pokerth_lib.pro index 31557623..b339fe2e 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -47,7 +47,7 @@ DEPENDPATH += . \ # Input HEADERS += \ - src/game.h \ + src/engine/game.h \ src/session.h \ src/playerdata.h \ src/gamedata.h \ @@ -133,7 +133,7 @@ HEADERS += \ src/net/servermanagerfactory.h SOURCES += \ - src/game.cpp \ + src/engine/game.cpp \ src/session.cpp \ src/playerdata.cpp \ src/config/configfile.cpp \ diff --git a/src/game.cpp b/src/engine/game.cpp similarity index 100% rename from src/game.cpp rename to src/engine/game.cpp diff --git a/src/game.h b/src/engine/game.h similarity index 100% rename from src/game.h rename to src/engine/game.h