mrDarker
2025-10-22 e8a27bb203fe2aff70390a5eca002d7438da9b0f
SourceCode/Bond/Servo/CServoUtilsTool.h
@@ -1,4 +1,6 @@
#pragma once
#include "ServoCommo.h"
#include "CGlass.h"
namespace SERVO {
@@ -9,7 +11,13 @@
      virtual ~CServoUtilsTool();
   public:
      static std::string getEqName(int eqid);
      static std::string getEqUnitName(int eqid, int unit);
      static std::string getEqUnitName(int eqid, int unit, int slot);
      static std::string getMaterialsTypeText(MaterialsType type);
      static std::string getGlassStateText(SERVO::GlsState state);
      static std::string getInspResultText(SERVO::InspResult result);
      static std::unordered_map<int, std::vector<std::string>>& getEqDataTypes();
   };
}