![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
Classes | |
class | Script |
A basic script is usually only run once or run when something specific happens. More... | |
Functions | |
void | inject_box2d () |
void | inject_components () |
void | inject_flags () |
void | inject_map () |
void | inject_nuklear () |
void | inject_resources () |
void galaxy::lua::inject_box2d | ( | ) |
Definition at line 20 of file LuaBox2D.cpp.
void galaxy::lua::inject_components | ( | ) |
Definition at line 16 of file LuaComponents.cpp.
void galaxy::lua::inject_flags | ( | ) |
Definition at line 18 of file LuaFlags.cpp.
void galaxy::lua::inject_map | ( | ) |
void galaxy::lua::inject_nuklear | ( | ) |
void galaxy::lua::inject_resources | ( | ) |