gzdoom-gles/src/g_hub.h
2019-01-29 02:17:25 +01:00

13 lines
281 B
C++

#ifndef __G_HUB_H
#define __G_HUB_H
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);
#endif