MattPurland
Still Fresh
- Joined
- Jun 26, 2006
- Messages
- 38
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 available in the gp2x devkit? If not, is there anything else I can use?
Cheers!
p.s: as you can guess I've only just started learning to program
Cheers!
p.s: as you can guess I've only just started learning to program