XPlor/libs/assets/xmapents.h

16 lines
153 B
C
Raw Normal View History

2025-08-14 17:30:25 -04:00
#ifndef XMAPENTS_H
#define XMAPENTS_H
#include "xasset.h"
class XMapEnts : public XAsset
{
public:
XMapEnts();
private:
};
#endif // XMAPENTS_H