From 64232f0aeca605b1c10c670fc0cf26b407793256 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 13 Mar 2012 00:48:02 +0200 Subject: Add confirmation menu and make world deletion possible in GUI --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 18184365f..e44580bc4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -180,6 +180,7 @@ set(minetest_SRCS guiDeathScreen.cpp guiChatConsole.cpp guiCreateWorld.cpp + guiConfirmMenu.cpp client.cpp tile.cpp game.cpp -- cgit v1.2.3