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