#ifndef COBJINFOECTHANDLER_H #define COBJINFOECTHANDLER_H #include struct DefObjInfo { std::string defName; int priority; int type, subtype; int objType; bool operator==(const std::string & por) const; }; class CDefObjInfoHandler { public: std::vector objs; void load(); }; #endif //COBJINFOECTHANDLER_H