mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-08 05:51:26 +00:00
14 lines
300 B
C
14 lines
300 B
C
#ifndef __G_HUB_H
|
|
#define __G_HUB_H
|
|
|
|
#include <stdio.h>
|
|
//#include <m_png.h>
|
|
#include "g_level.h"
|
|
#include "wi_stuff.h"
|
|
|
|
void G_WriteHubInfo (FILE *file);
|
|
void G_ReadHubInfo (PNGHandle *png);
|
|
void G_LeavingHub(int mode, cluster_info_t * cluster, struct wbstartstruct_s * wbs);
|
|
|
|
#endif
|
|
|