// // Created by lloyd on 2020/11/16. // #ifndef GTCVR_DGNS_GTMLOUTCODE_H #define GTCVR_DGNS_GTMLOUTCODE_H class dgns_gtmloutcode { public: int gkcode; std::string gkdec; }; #endif //GTCVR_DGNS_GTMLOUTCODE_H