Explorar o código

Added version_type

Patrick %!s(int64=4) %!d(string=hai) anos
pai
achega
64f712d5bd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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