server/src/monsters.h
2016-08-31 11:35:07 +02:00

8 lines
153 B
C

#pragma once
struct unit;
struct region;
struct faction;
struct unit *spawn_seaserpent(struct region *r, struct faction *f);
void spawn_dragons(void);