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