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