Exported DoubleBindings

This commit is contained in:
DyNaM1Kk 2025-06-04 04:10:55 +04:00 committed by Ricardo Luís Vaz Silva
commit 62d258a689
2 changed files with 2 additions and 0 deletions

View file

@ -1283,6 +1283,7 @@ DEFINE_GLOBAL_NAMED(PClass::AllClasses, AllClasses)
DEFINE_GLOBAL(AllServices)
DEFINE_GLOBAL(Bindings)
DEFINE_GLOBAL(DoubleBindings)
DEFINE_GLOBAL(AutomapBindings)
DEFINE_GLOBAL(generic_ui)

View file

@ -195,6 +195,7 @@ struct _ native unsafe(internal) // These are the global variables, the struct i
native internal readonly Map<Name , Service> AllServices;
native readonly bool multiplayer;
native @KeyBindings Bindings;
native @KeyBindings DoubleBindings;
native @KeyBindings AutomapBindings;
native readonly @GameInfoStruct gameinfo;
native readonly ui bool netgame;