浏览代码

Added version_type

Patrick 4 年之前
父节点
当前提交
64f712d5bd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/base/Types.hpp

+ 1 - 0
source/base/Types.hpp

@@ -16,6 +16,7 @@ namespace ls_std {
   using byte = char;
   using byte_field = std::string;
   using long_type = long long int;
+  using version_type = uint16_t;
 }
 
 #endif