summaryrefslogtreecommitdiff
path: root/src/map/mercenary.c
blob: 7049636496cce274f4903b2b8b9020339618a535 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Homunculus and future Mercenary system code go here [Celest]

int do_init_merc (void)
{
	// read DB's
}

int do_final_merc (void)
{
	// clean up
}