Horizon
automatic_prefs.hpp
1 #pragma once
2 #include "sqlite.hpp"
3 
4 namespace horizon {
6 public:
7  static AutomaticPreferences &get();
8 
9  const std::string db_path;
11 
12 private:
14 };
15 } // namespace horizon
Definition: automatic_prefs.hpp:5
Definition: sqlite.hpp:69