Răsfoiți Sursa

Added version_type

Patrick 4 ani în urmă
părinte
comite
64f712d5bd
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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