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

Temporary commit; lots of test code and stuff

This commit is contained in:
Perttu Ahola 2011-02-21 00:45:14 +02:00
parent f5ff378dd0
commit c57637b4c3
25 changed files with 1917 additions and 763 deletions

View file

@ -50,6 +50,7 @@ configure_file(
)
set(common_SRCS
serverobject.cpp
noise.cpp
mineral.cpp
porting.cpp
@ -75,8 +76,10 @@ set(common_SRCS
test.cpp
)
# Client sources
set(minetest_SRCS
${common_SRCS}
clientobject.cpp
guiMainMenu.cpp
guiMessageMenu.cpp
guiTextInputMenu.cpp
@ -88,6 +91,7 @@ set(minetest_SRCS
main.cpp
)
# Server sources
set(minetestserver_SRCS
${common_SRCS}
servermain.cpp