whoops, syntax error
This commit is contained in:
parent
e85167072e
commit
4f004ebebc
|
@ -41,7 +41,7 @@
|
|||
#define PI 3.14159265359f
|
||||
#endif
|
||||
|
||||
#ifndef max(x, y)
|
||||
#ifndef max
|
||||
#define max(x, y) x >= y ? x : y
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue