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