mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- moved AutomapBindings export into common code.
This commit is contained in:
parent
0b317b432e
commit
46043f6278
2 changed files with 1 additions and 3 deletions
|
@ -659,3 +659,4 @@ DEFINE_FIELD_X(MusPlayingInfo, MusPlayingInfo, loop);
|
|||
|
||||
DEFINE_GLOBAL_NAMED(PClass::AllClasses, AllClasses)
|
||||
DEFINE_GLOBAL(Bindings)
|
||||
DEFINE_GLOBAL(AutomapBindings)
|
||||
|
|
|
@ -2967,7 +2967,4 @@ DEFINE_FIELD(DBaseStatusBar, itemflashFade);
|
|||
DEFINE_FIELD(DHUDFont, mFont);
|
||||
|
||||
DEFINE_GLOBAL(StatusBar);
|
||||
|
||||
DEFINE_GLOBAL(AutomapBindings)
|
||||
|
||||
DEFINE_GLOBAL(generic_ui)
|
||||
|
|
Loading…
Reference in a new issue