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
Pragma.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ GALAXY_ZLIB_COMPLETE_CHUNK

#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.

◆ GALAXY_UNUSED

#define GALAXY_UNUSED ( var)
Value:
((void)(var))

Prevents compiler warnings when applied to unused parameters.

Definition at line 19 of file Pragma.hpp.

◆ GALAXY_DISABLE_WARNING_PUSH

#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.

◆ GALAXY_DISABLE_WARNING_POP

#define GALAXY_DISABLE_WARNING_POP   GALAXY_PLATFORM_POP

Definition at line 59 of file Pragma.hpp.

◆ GALAXY_DISABLE_WARNING

#define GALAXY_DISABLE_WARNING ( x)
Value:
GALAXY_PLATFORM_WARNING(x)

Definition at line 60 of file Pragma.hpp.