Moving game.cpp and game.h to engine folder, because they are part of the engine.
This commit is contained in:
+2
-2
@@ -47,7 +47,7 @@ DEPENDPATH += . \
|
|||||||
|
|
||||||
# Input
|
# Input
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
src/game.h \
|
src/engine/game.h \
|
||||||
src/session.h \
|
src/session.h \
|
||||||
src/playerdata.h \
|
src/playerdata.h \
|
||||||
src/gamedata.h \
|
src/gamedata.h \
|
||||||
@@ -133,7 +133,7 @@ HEADERS += \
|
|||||||
src/net/servermanagerfactory.h
|
src/net/servermanagerfactory.h
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
src/game.cpp \
|
src/engine/game.cpp \
|
||||||
src/session.cpp \
|
src/session.cpp \
|
||||||
src/playerdata.cpp \
|
src/playerdata.cpp \
|
||||||
src/config/configfile.cpp \
|
src/config/configfile.cpp \
|
||||||
|
|||||||
Reference in New Issue
Block a user