about summary refs log tree commit diff stats
path: root/data/maps/the_bearer/rooms/Purple Town.txtpb
blob: b0771786aca3c865d103810adf4215ad015e5493 (plain) (blame)
1
name: "Purple Town"
TrackerConfig { public: explicit TrackerConfig(const std::string& filename) : filename_(filename) {} void Load(); void Save(); std::string ap_server; std::string ap_player; std::string ap_password; bool asked_to_check_for_updates = false; bool should_check_for_updates = false; bool hybrid_areas = false; bool show_hunt_panels = false; private: std::string filename_; }; TrackerConfig& GetTrackerConfig(); #endif /* end of include guard: TRACKER_CONFIG_H_36CDD648 */