- fixed missing declaration

This commit is contained in:
Christoph Oelckers 2019-01-29 02:17:25 +01:00
parent 932bbee928
commit 8652f140f2

View file

@ -4,6 +4,7 @@
struct cluster_info_t;
struct wbstartstruct_t;
class FSerializer;
struct FLevelLocals;
void G_SerializeHub (FSerializer &file);
void G_LeavingHub(FLevelLocals *Level, int mode, cluster_info_t * cluster, struct wbstartstruct_t * wbs);