![]() |
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.
Macros | |
#define | GALAXY_ZLIB_COMPLETE_CHUNK 16384 |
Pragma.hpp galaxy. | |
#define | GALAXY_UNUSED(var) |
Prevents compiler warnings when applied to unused parameters. | |
#define | GALAXY_DISABLE_WARNING_PUSH GALAXY_PLATFORM_PUSH |
Macro for windows platform detection. | |
#define | GALAXY_DISABLE_WARNING_POP GALAXY_PLATFORM_POP |
#define | GALAXY_DISABLE_WARNING(x) |
#define GALAXY_ZLIB_COMPLETE_CHUNK 16384 |
Pragma.hpp galaxy.
Refer to LICENSE.txt for more details. ZLib inflate/deflate chunk size.
Definition at line 14 of file Pragma.hpp.
#define GALAXY_UNUSED | ( | var | ) |
Prevents compiler warnings when applied to unused parameters.
Definition at line 19 of file Pragma.hpp.
#define GALAXY_DISABLE_WARNING_PUSH GALAXY_PLATFORM_PUSH |
Macro for windows platform detection.
Macro for linux platform detection.
Definition at line 58 of file Pragma.hpp.
#define GALAXY_DISABLE_WARNING_POP GALAXY_PLATFORM_POP |
Definition at line 59 of file Pragma.hpp.
#define GALAXY_DISABLE_WARNING | ( | x | ) |
Definition at line 60 of file Pragma.hpp.