![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
#include <sol/sol.hpp>
#include "galaxy/logging/Log.hpp"
#include "galaxy/logging/PhysFSError.hpp"
#include "galaxy/logging/OpenGLError.hpp"
Go to the source code of this file.
Namespaces | |
namespace | galaxy |
Timer.hpp galaxy. | |
namespace | galaxy::lua |
Functions | |
void | galaxy::lua::log_wrapper (LogLevel error_level, std::string_view message) |
void | galaxy::lua::inject_logging () |
Injects logging into Lua. | |