From 8652f140f2798ad4fee625f09ae28908627bc603 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 29 Jan 2019 02:17:25 +0100 Subject: [PATCH] - fixed missing declaration --- src/g_hub.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/g_hub.h b/src/g_hub.h index bc7c89df32..855402de78 100644 --- a/src/g_hub.h +++ b/src/g_hub.h @@ -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);