0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-03-18 17:02:14 +00:00
qzdoom/src/edata.h

12 lines
232 B
C
Raw Normal View History

#ifndef EDATA_H
#define EDATA_H
struct FMapThing;
struct line_t;
void ProcessEDMapthing(FMapThing *mt, int recordnum);
void ProcessEDLinedef(line_t *line, int recordnum);
void ProcessEDSectors();
void LoadMapinfoACSLump();
#endif