#include "platform/CCPlatformMacros.h"
#include <math.h>
#include <stdio.h>
#include <sys/time.h>
#include <stdarg.h>
#include <float.h>
#include <stdint.h>
Macros | |
#define | MIN(x, y) (((x) > (y)) ? (y) : (x)) |
#define | MAX(x, y) (((x) < (y)) ? (y) : (x)) |
#define | nullptr __null |
#define | override |
#define MAX | ( | x, | |
y | |||
) | (((x) < (y)) ? (y) : (x)) |
#define MIN | ( | x, | |
y | |||
) | (((x) > (y)) ? (y) : (x)) |
var MIN | ( | var, | |
var | |||
) | (((x) > (y)) ? (y) : (x)) |
local MIN | ( | local, | |
local | |||
) | (((x) > (y)) ? (y) : (x)) |
#define nullptr __null |
var nullptr __null |
local nullptr __null |
#define override |
var override |
local override |