Hi, I'm trying to port a game I wrote in C++ using the Windows API (so yeah, a total re-write I guess). Part of the game used max() and min() from the stdlib for movement. I've tried using this in my game (using SDL) and even with the stdlib included it doesn't recognise the function. Are they...