aboutsummaryrefslogtreecommitdiff
path: root/src/client/menuhandeler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/menuhandeler.cpp')
-rw-r--r--src/client/menuhandeler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/menuhandeler.cpp b/src/client/menuhandeler.cpp
index 830c695..53d38cc 100644
--- a/src/client/menuhandeler.cpp
+++ b/src/client/menuhandeler.cpp
@@ -15,7 +15,8 @@ using namespace io;
using namespace gui;
void loadMenu(const char* name, IrrlichtDevice* device){
-
+ IGUIEnvironment* env = device->getGUIEnvironment();
+ IGUIWindow* window = env->addWindow(rect<s32>(0,0,200,200),true,L"Menu",0,-1);
}
void showMenu(const char* name, IrrlichtDevice* device){