mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 15:15:31 +00:00
Revert one unnecessary renaming of MessageBox
This commit is contained in:
parent
32ce7e97a8
commit
857defadbc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#define OPENMW_GUI_HPP
|
||||
|
||||
#define GUIFUNCTIONS \
|
||||
{"_MessageBox", GUIFunctions::_MessageBox},\
|
||||
{"MessageBox", GUIFunctions::_MessageBox},\
|
||||
{"CustomMessageBox", GUIFunctions::CustomMessageBox},\
|
||||
{"InputDialog", GUIFunctions::InputDialog},\
|
||||
{"SetMapVisibility", GUIFunctions::SetMapVisibility},\
|
||||
|
|
Loading…
Reference in a new issue