foxygit / GZDoom Log in
commits tags

/src/g_hub.h · 281 B

raw
#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