1 #ifndef BLANK_APP_CONFIG_HPP_
2 #define BLANK_APP_CONFIG_HPP_
24 float pitch_sensitivity = -0.0025f;
25 float yaw_sensitivity = -0.001f;
31 std::string host = "localhost";
32 std::uint16_t port = 12354;
38 std::string name = "default";
54 void Load(std::istream &);
55 void Save(std::ostream &);