gzdoom/src/g_hub.h

14 lines
281 B
C
Raw Normal View History

2016-03-01 15:47:10 +00:00
#ifndef __G_HUB_H
#define __G_HUB_H
struct cluster_info_t;
struct wbstartstruct_t;
class FSerializer;
2019-01-29 01:17:25 +00:00
struct FLevelLocals;
2016-03-01 15:47:10 +00:00
void G_SerializeHub (FSerializer &file);
2019-01-29 01:08:53 +00:00
void G_LeavingHub(FLevelLocals *Level, int mode, cluster_info_t * cluster, struct wbstartstruct_t * wbs);
2016-03-01 15:47:10 +00:00
#endif