dgns_gtmloutcode.h 222 B

123456789101112131415161718
  1. //
  2. // Created by lloyd on 2020/11/16.
  3. //
  4. #ifndef GTCVR_DGNS_GTMLOUTCODE_H
  5. #define GTCVR_DGNS_GTMLOUTCODE_H
  6. class dgns_gtmloutcode {
  7. public:
  8. int gkcode;
  9. std::string gkdec;
  10. };
  11. #endif //GTCVR_DGNS_GTMLOUTCODE_H