|
|
|
|
@ -42,10 +42,6 @@
|
|
|
|
|
#include "enums.h" |
|
|
|
|
#include "structs.h" |
|
|
|
|
|
|
|
|
|
#include "DiabloUI/diabloui.h" |
|
|
|
|
#include "3rdParty/Storm/Source/storm.h" |
|
|
|
|
#include "3rdParty/PKWare/pkware.h" |
|
|
|
|
|
|
|
|
|
// If defined, use copy protection [Default -> Defined]
|
|
|
|
|
//#define COPYPROT
|
|
|
|
|
|
|
|
|
|
@ -61,84 +57,4 @@
|
|
|
|
|
// If defined, fix palette glitch in Windows Vista+ [Default -> Undefined]
|
|
|
|
|
//#define COLORFIX
|
|
|
|
|
|
|
|
|
|
// If defined, use standard memcpy() in place of qmemcpy() [Default -> Undefined]
|
|
|
|
|
// Will be replaced with [rep movsd] if optimization is used
|
|
|
|
|
#define FAST_MEMCPY |
|
|
|
|
|
|
|
|
|
// header files
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
extern "C" { |
|
|
|
|
#endif |
|
|
|
|
#include "Source/appfat.h" |
|
|
|
|
#include "Source/automap.h" |
|
|
|
|
#include "Source/capture.h" |
|
|
|
|
#include "Source/codec.h" |
|
|
|
|
#include "Source/control.h" |
|
|
|
|
#include "Source/cursor.h" |
|
|
|
|
#include "Source/dead.h" |
|
|
|
|
#include "Source/debug.h" |
|
|
|
|
#include "Source/diablo.h" |
|
|
|
|
#include "Source/doom.h" |
|
|
|
|
#include "Source/drlg_l1.h" |
|
|
|
|
#include "Source/drlg_l2.h" |
|
|
|
|
#include "Source/drlg_l3.h" |
|
|
|
|
#include "Source/drlg_l4.h" |
|
|
|
|
#include "Source/dthread.h" |
|
|
|
|
#include "Source/dx.h" |
|
|
|
|
#include "Source/effects.h" |
|
|
|
|
#include "Source/encrypt.h" |
|
|
|
|
#include "Source/engine.h" |
|
|
|
|
#include "Source/error.h" |
|
|
|
|
#include "Source/fault.h" |
|
|
|
|
#include "Source/gamemenu.h" |
|
|
|
|
#include "Source/gendung.h" |
|
|
|
|
#include "Source/gmenu.h" |
|
|
|
|
#include "Source/help.h" |
|
|
|
|
#include "Source/init.h" |
|
|
|
|
#include "Source/interfac.h" |
|
|
|
|
#include "Source/inv.h" |
|
|
|
|
#include "Source/items.h" |
|
|
|
|
#include "Source/lighting.h" |
|
|
|
|
#include "Source/loadsave.h" |
|
|
|
|
#include "Source/logging.h" |
|
|
|
|
#include "Source/mainmenu.h" |
|
|
|
|
#include "Source/minitext.h" |
|
|
|
|
#include "Source/missiles.h" |
|
|
|
|
#include "Source/monster.h" |
|
|
|
|
#include "Source/movie.h" |
|
|
|
|
#include "Source/mpqapi.h" |
|
|
|
|
#include "Source/msg.h" |
|
|
|
|
#include "Source/msgcmd.h" |
|
|
|
|
#include "Source/multi.h" |
|
|
|
|
#include "Source/nthread.h" |
|
|
|
|
#include "Source/objects.h" |
|
|
|
|
#include "Source/pack.h" |
|
|
|
|
#include "Source/palette.h" |
|
|
|
|
#include "Source/path.h" |
|
|
|
|
#include "Source/pfile.h" |
|
|
|
|
#include "Source/player.h" |
|
|
|
|
#include "Source/plrmsg.h" |
|
|
|
|
#include "Source/portal.h" |
|
|
|
|
#include "Source/quests.h" |
|
|
|
|
#include "Source/restrict.h" |
|
|
|
|
#include "Source/scrollrt.h" |
|
|
|
|
#include "Source/setmaps.h" |
|
|
|
|
#include "Source/sha.h" |
|
|
|
|
#include "Source/sound.h" |
|
|
|
|
#include "Source/spells.h" |
|
|
|
|
#include "Source/stores.h" |
|
|
|
|
#include "Source/sync.h" |
|
|
|
|
#include "Source/textdat.h" // check file name |
|
|
|
|
#include "Source/themes.h" |
|
|
|
|
#include "Source/tmsg.h" |
|
|
|
|
#include "Source/town.h" |
|
|
|
|
#include "Source/towners.h" |
|
|
|
|
#include "Source/track.h" |
|
|
|
|
#include "Source/trigs.h" |
|
|
|
|
#include "Source/wave.h" |
|
|
|
|
#include "Source/render.h" // linked last, likely .s/.asm |
|
|
|
|
#ifdef __cplusplus |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
|
|