Spinning Topp Logo BlackTopp Studios
inc
Namespaces | Macros
macros.h File Reference

All convience/utility macros for the Mezzanine are to be placed here. More...

#include "datatypes.h"
+ Include dependency graph for macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 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)) )
 

Detailed Description

All convience/utility macros for the Mezzanine are to be placed here.

Definition in file macros.h.