about summary refs log tree commit diff stats
path: root/tracker_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker_config.h')
-rw-r--r--tracker_config.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/tracker_config.h b/tracker_config.h deleted file mode 100644 index e2e6cd7..0000000 --- a/tracker_config.h +++ /dev/null
@@ -1,19 +0,0 @@
1#ifndef TRACKER_CONFIG_H_36CDD648
2#define TRACKER_CONFIG_H_36CDD648
3
4#include <string>
5
6class TrackerConfig {
7 public:
8 void Load();
9
10 void Save();
11
12 std::string ap_server;
13 std::string ap_player;
14 std::string ap_password;
15};
16
17TrackerConfig& GetTrackerConfig();
18
19#endif /* end of include guard: TRACKER_CONFIG_H_36CDD648 */