#ifndef XMAPENTS_H #define XMAPENTS_H #include "xasset.h" class XMapEnts : public XAsset { public: XMapEnts(); private: }; #endif // XMAPENTS_H