diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-04-23 18:31:31 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-23 18:31:31 +0300 |
| commit | 1995b59320fe0fdced55c4605635f38cc42768f1 (patch) | |
| tree | f3d919f91bfc599110d901fe769e5b761403ecc7 /src/CMakeLists.txt | |
| parent | 9f17664336e15b987045e0db453c012691ab852c (diff) | |
| download | dragonfireclient-1995b59320fe0fdced55c4605635f38cc42768f1.tar.xz | |
Code refactoring; split half of main.cpp to game.cpp.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index aea98e19d..9d9524eab 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -90,6 +90,7 @@ set(minetest_SRCS guiPauseMenu.cpp client.cpp tile.cpp + game.cpp main.cpp ) |
