mirror of https://github.com/axmolengine/axmol.git
Define CC_ASSERT.
This commit is contained in:
parent
d887b3cd84
commit
e51fe4f75e
|
@ -27,9 +27,12 @@ THE SOFTWARE.
|
|||
#define __CCPLATFORMDEFINE_H__
|
||||
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#define CC_DLL
|
||||
|
||||
#define CC_ASSERT(cond) assert(cond)
|
||||
|
||||
#define CC_UNUSED_PARAM(unusedparam) (void)unusedparam
|
||||
|
||||
/* Define NULL pointer value */
|
||||
|
|
Loading…
Reference in New Issue