mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 16:27:59 +03:00
More misc changes.
This commit is contained in:
parent
5571f3345c
commit
70f29975a7
6 changed files with 12 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "Strings/StringsHandler.h"
|
||||
#include "Inventory/InventoryHandler.h"
|
||||
#include "ReservedScriptNames.h"
|
||||
#include "GameScriptFreeFunctions.h"
|
||||
#include "Misc/Misc.h"
|
||||
|
||||
static sol::state s_solState;
|
||||
static sol::table s_rootTable;
|
||||
|
@ -46,6 +46,6 @@ void ScriptInterfaceState::Init()
|
|||
|
||||
// Misc handlers not assigned above
|
||||
InventoryHandler::Register(&s_solState, s_rootTable);
|
||||
GameScriptFreeFunctions::Register(&s_solState, s_rootTable);
|
||||
Misc::Register(&s_solState, s_rootTable);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue