mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- fixed missing declaration
This commit is contained in:
parent
932bbee928
commit
8652f140f2
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue