Quote:
Originally Posted by jbb
Hmm yes it's for unix.
First task it to port to windows then as my only linux machine is a server only without even a display of any kind.
|
It _should_ be no trouble to port it to windows. The only major change should be changing the main() function to WinMain or whatever that is. Everything else is written to be portable (binary modes, SDL, OpenGL, etc)