MezzanineEngine 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Constant Groups | 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.
 

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

Detailed Description

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

Definition in file macros.h.