server/src/server.c

22 lines
484 B
C
Raw Normal View History

#include <platform.h>
#include "stdafx.h"
#include "curses.c"
#include "spells/alp.c"
#include "spells/buildingcurse.c"
#include "spells/combatspells.c"
#include "spells/regioncurse.c"
#include "spells/shipcurse.c"
#include "spells/spells.c"
#include "spells/unitcurse.c"
#include "races/dragons.c"
#include "races/illusion.c"
#include "races/races.c"
#include "races/zombies.c"
#include "bindings.c"
#include "monsters.c"
#include "main.c"
#include "tests.c"