mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-02 07:45:32 +00:00
12 lines
314 B
C++
12 lines
314 B
C++
#include <MyGUI.h>
|
|
|
|
// The global GUI object
|
|
MyGUI::Gui *mGUI;
|
|
|
|
// This is used to determine if we are displaying any gui elements
|
|
// right now. If we are (and guiMode > 0), we redirect mouse/keyboard
|
|
// input into MyGUI.
|
|
int32_t guiMode = 0;
|
|
|
|
#include "../gui/cpp_mygui.cpp"
|
|
#include "../terrain/cpp_terrain.cpp"
|