1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modification

This commit is contained in:
kwolekr 2013-04-13 18:20:22 -04:00
parent 49f6e347f0
commit 666aae3593
12 changed files with 793 additions and 816 deletions

View file

@ -327,6 +327,7 @@ set(minetest_SRCS
particles.cpp
clientobject.cpp
chat.cpp
hud.cpp
guiMainMenu.cpp
guiKeyChangeMenu.cpp
guiMessageMenu.cpp