All convience/utility macros for the Mezzanine are to be placed here. More...
#include "datatypes.h"
Go to the source code of this file.
Namespaces | |
Mezzanine | |
The bulk of the engine components go in this namspace. | |
Constant Groups | |
Mezzanine | |
The bulk of the engine components go in this namspace. | |
Macros | |
#define | MEZZ_BITMASK(X) ( (X) > 0 ? ( 1u << ( (X) - 1 ) ) : 0 ) |
#define | MEZZ_BITMASK32MAX ( ~(UInt32(0)) ) |