forked from github/server
9 lines
153 B
C
9 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);
|