First steps to config / preferences
This commit is contained in:
9
include/config.h
Normal file
9
include/config.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
class Config {
|
||||
private:
|
||||
Preferences *prefs;
|
||||
public:
|
||||
Config();
|
||||
bool loadConfig();
|
||||
};
|
||||
Reference in New Issue
Block a user