From d2b36e6c65ec8126c0ebc96adb7e011e78a5eacc Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 1 Nov 2016 00:28:16 -0400 Subject: Initial commit --- src/client/menuhandeler.hpp | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/client/menuhandeler.hpp (limited to 'src/client/menuhandeler.hpp') diff --git a/src/client/menuhandeler.hpp b/src/client/menuhandeler.hpp new file mode 100644 index 0000000..914335f --- /dev/null +++ b/src/client/menuhandeler.hpp @@ -0,0 +1,27 @@ +#ifndef __H_BE_menuhandeler +#define __H_BE_menuhandeler +extern "C" { + #include + #include + #include +} +#include + +#include "initdevice.hpp" + +using namespace irr; +using namespace core; +using namespace scene; +using namespace video; +using namespace io; +using namespace gui; + +void loadMenu(const char* name, IrrlichtDevice* device); + +void showMenu(const char* name, IrrlichtDevice* device); + +void hideMenu(const char* name, IrrlichtDevice* device); + +void dropMenu(const char* name, IrrlichtDevice* device); + +#endif -- cgit v1.2.3-70-g09d2