![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
Go to the source code of this file.
Classes | |
struct | galaxy::settings |
Helper class to encapsulate our global settings we want to quickly access across app. More... | |
Namespaces | |
namespace | galaxy |
Timer.hpp galaxy. | |
Macros | |
#define | GALAXY_ZLIB_COMPLETE_CHUNK 16384 |
ZLib inflate/deflate chunk size. | |
#define | GALAXY_UNUSED(var) |
Prevents compiler warnings when applied to unused parameters. | |
#define GALAXY_ZLIB_COMPLETE_CHUNK 16384 |
ZLib inflate/deflate chunk size.
Definition at line 280 of file Settings.hpp.
#define GALAXY_UNUSED | ( | var | ) |
Prevents compiler warnings when applied to unused parameters.
Definition at line 285 of file Settings.hpp.