gzdoom/src/g_hub.h

16 lines
303 B
C
Raw Normal View History

2006-04-11 16:27:41 +00:00
#ifndef __G_HUB_H
#define __G_HUB_H
#include <stdio.h>
struct PNGHandle;
struct cluster_info_t;
struct wbstartstruct_t;
2006-04-11 16:27:41 +00:00
void G_WriteHubInfo (FILE *file);
void G_ReadHubInfo (PNGHandle *png);
void G_LeavingHub(int mode, cluster_info_t * cluster, struct wbstartstruct_t * wbs);
2006-04-11 16:27:41 +00:00
#endif