server/src/monsters.h

9 lines
153 B
C
Raw Normal View History

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