Loading...
Searching...
No Matches
8#define NW_LOG_ERROR(str) printf(str)
9#define NW_LOG_WARNING(str) printf(str)
10#define NW_LOG(str) printf(str)
24typedef uint32_t uint32;
25typedef uint16_t uint16;
26typedef uint32_t uint32;
27typedef uint64_t uint64;
70 static const float SCREENRATIO;