XPlor/libs/assets/mapent.h
2025-06-07 11:20:47 -04:00

12 lines
145 B
C

#ifndef MAPENT_H
#define MAPENT_H
struct MapEnts
{
const char *name;
char *entityString;
int numEntityChars;
};
#endif // MAPENT_H