7 #ifndef NDK_LUAINTERFACE_HPP 8 #define NDK_LUAINTERFACE_HPP 10 #include <NDK/Prerequesites.hpp> 29 static bool Initialize();
31 static void RegisterClasses(Nz::LuaState& state);
33 static void Uninitialize();
40 #include <NDK/LuaAPI.inl> 42 #endif // NDK_LUAINTERFACE_HPP TODO: For now is unable to display different color in the history, it needs a RichTextDrawer to do so...
Definition: Algorithm.hpp:12
TODO: Inherit SoundEmitter from Node.
Definition: Algorithm.hpp:12
NDK class that represents the api used for Lua.
Definition: LuaAPI.hpp:21
NDK class that represents the binding between the engine & the SDK with the Lua scripting.
Definition: LuaBinding.hpp:16