diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-06-07 22:08:16 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-07 22:08:16 +0300 |
| commit | 72e742c24eb70fdf8aacb7d3043b6a1537ca14fb (patch) | |
| tree | fcf355ebbb8bec0750d9314a1b2a19f6029cc456 /src/CMakeLists.txt | |
| parent | fdee31abf1ec41434cae843c30847dad5ce4388b (diff) | |
| download | dragonfireclient-72e742c24eb70fdf8aacb7d3043b6a1537ca14fb.tar.xz | |
Added an experimental "far view" thing. Doesn't work exactly like it should and not suitable for real use yet, and might never be.
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 367b38818..558c28027 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -85,6 +85,7 @@ set(common_SRCS # Client sources set(minetest_SRCS ${common_SRCS} + farmesh.cpp keycode.cpp clouds.cpp clientobject.cpp |
