hi guys.
so i was coding the other night, and when i compiled i got an error message sayin "max" is an undeclared identifier.
(max = defualt function)

And i DID include the acknex and default files at the beginning.
Code:
#include <default.c>
#include <acknex.h>


This is my "max" line:
Code:
my.force_z = max(-30,my.force_z);


force.z is a define for skill 37.

Oh, and for some reason, it does the same thing with the "min" function.

Any help?