diff --git a/CMakeLists.txt b/CMakeLists.txt index 83ec8868..da07aed5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,9 @@ SET(SOURCES # game sources src/main.cpp +# game files + src/tibiadat.cpp + # game net src/protocollogin.cpp src/protocolgame.cpp diff --git a/src/main.cpp b/src/main.cpp index f02b11d6..4908b0ae 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,6 +8,7 @@ #include #include #include