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