| 554 | } |
| 555 | |
| 556 | void ScriptWindowRegister(const ScriptLibContext& context) |
| 557 | { |
| 558 | LuaInit(context.m_LuaState); |
| 559 | g_Window.m_HidContext = context.m_HidContext; |
| 560 | g_Window.m_Window = context.m_Window; |
| 561 | } |
| 562 | |
| 563 | void ScriptWindowFinalize(const ScriptLibContext& context) |
| 564 | { |
no test coverage detected