diff options
| author | Loic Blot <loic.blot@unix-experience.fr> | 2016-10-08 19:08:23 +0200 |
|---|---|---|
| committer | Ner'zhul <nerzhul@users.noreply.github.com> | 2016-10-08 22:27:44 +0200 |
| commit | 569b89b36fff058390cb90458da4285552a9c97e (patch) | |
| tree | e4329a3e1a567301e7b09c416bbb7ab64585b7af /src/CMakeLists.txt | |
| parent | 7bbd716426bf989bf071e2322a9b797cc5f78acb (diff) | |
| download | minetest-569b89b36fff058390cb90458da4285552a9c97e.tar.xz | |
Move RemotePlayer code to its own cpp/header
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 753291cba..8e3ae95ab 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -445,6 +445,7 @@ set(common_SRCS porting.cpp profiler.cpp quicktune.cpp + remoteplayer.cpp rollback.cpp rollback_interface.cpp serialization.cpp |
