include of version.h in network.cpp

What do you want to see in Armagetron soon? Any new feature ideas? Let's ponder these ground breaking ideas...
Post Reply
meriton
Round Winner
Posts: 256
Joined: Sun Nov 20, 2005 3:33 am

include of version.h in network.cpp

Post by meriton »

Hi,

I am compiling the most recent trunk again. network.cpp needs version.h, but doesn't include it if config_ide.h is used as aa_config.h (which I presume is the intent?)

Apparently, a similar problem occured for OS X:

Code: Select all

#ifdef MACOSX_XCODE
#include "version.h"
#endif // MACOSX_XCODE
but no similar workaround is present for windows.
Post Reply