forked from github/server
21 lines
463 B
C
21 lines
463 B
C
#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"
|