Commit 83ff9b3685fbf239772095b829e9c233e7907b3b

  • avatar
  • Duane Bailey <nayryeliab @gm…l.com>
  • Tue Dec 27 16:28:20 CET 2005
fixed The_Mana_World_private.h problems
ChangeLog
(4 / 0)
  
12005-12-26 Duane Bailey <nayryeliab@gmail.com>
2
3 * src/main.h: fixed define problems with The_Mana_World_private.h
4
152005-12-25 Bjørn Lindeijer <bjorn@lindeijer.nl>
26
37 * src/being.cpp: Small fix to prevent other stuff than the damage
src/main.h
(1 / 1)
  
3131
3232#ifdef __USE_UNIX98
3333#include "../config.h"
34#else
34#elif defined WIN32
3535#include "../The_Mana_World_private.h"
3636#define PACKAGE_VERSION PRODUCT_VERSION
3737#endif