global.h 104 B

12345678
  1. #ifndef GLOBAL_H
  2. #define GLOBAL_H
  3. #include <string>
  4. const std::string protocolVersion = "0.2";
  5. #endif