Exported DoubleBindings
This commit is contained in:
parent
e7d0991798
commit
62d258a689
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue