galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
Lua.cpp
Go to the documentation of this file.
1
7
8#include "Lua.hpp"
9
10namespace galaxy
11{
12 namespace lua
13 {
14 void inject()
15 {
17 inject_fs();
22 }
23 } // namespace lua
24} // namespace galaxy
void inject_utils()
Injects misc galaxy utils into lua.
Definition LuaUtils.cpp:17
void inject_logging()
Injects logging into Lua.
void inject_core()
Inject galaxy core services into Lua.
Definition LuaCore.cpp:43
void inject_fs()
Injects VFS support into Lua.
Definition LuaFS.cpp:36
void inject_math()
Injects math stuff into Lua.
Definition LuaMath.cpp:23
void inject_platform()
Inject platform stuff into Lua.
void inject()
Inject everything into Lua.
Definition Lua.cpp:14
Timer.hpp galaxy.
Definition Timer.cpp:18