don't conflict with raylib
This commit is contained in:
@@ -527,8 +527,12 @@ global const u64 MAX_u64 = 0xffffffffffffffffull;
|
|||||||
global const u32 MAX_u32 = 0xffffffff;
|
global const u32 MAX_u32 = 0xffffffff;
|
||||||
global const u16 MAX_u16 = 0xffff;
|
global const u16 MAX_u16 = 0xffff;
|
||||||
global const u8 MAX_u8 = 0xff;
|
global const u8 MAX_u8 = 0xff;
|
||||||
|
#ifndef EULERS_E
|
||||||
#define EULERS_E (2.71828)
|
#define EULERS_E (2.71828)
|
||||||
|
#endif
|
||||||
|
#ifndef PI
|
||||||
#define PI (3.14159265358979323846)
|
#define PI (3.14159265358979323846)
|
||||||
|
#endif
|
||||||
|
|
||||||
///// CUSTOM ENTRY POINT
|
///// CUSTOM ENTRY POINT
|
||||||
/* TODO?
|
/* TODO?
|
||||||
|
|||||||
Reference in New Issue
Block a user