diff options
| author | kwolekr <kwolekr@minetest.net> | 2013-04-13 18:20:22 -0400 |
|---|---|---|
| committer | kwolekr <kwolekr@minetest.net> | 2013-04-18 02:19:31 -0400 |
| commit | 666aae359310483b7ad0f2bba1f4c31d8a58c737 (patch) | |
| tree | 0860272e892a8c6669988bd603b6e582c29a3ce9 /src/CMakeLists.txt | |
| parent | 49f6e347f01f72e8854308d5a54aaae337489555 (diff) | |
| download | dragonfireclient-666aae359310483b7ad0f2bba1f4c31d8a58c737.tar.xz | |
Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modification
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 62bb42b9e..7ddeeb02e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -327,6 +327,7 @@ set(minetest_SRCS particles.cpp clientobject.cpp chat.cpp + hud.cpp guiMainMenu.cpp guiKeyChangeMenu.cpp guiMessageMenu.cpp |
