chore: many changes
This commit is contained in:
20
Source/OnDeviceConfig/include/config.hpp
Normal file
20
Source/OnDeviceConfig/include/config.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* HOC Configurator - Configuration Handler
|
||||
* Copyright (C) Dominatorul, Souldbminer
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
class Config {
|
||||
public:
|
||||
std::string kipPath;
|
||||
bool autoSave;
|
||||
|
||||
Config();
|
||||
|
||||
bool loadConfig();
|
||||
bool saveConfig();
|
||||
bool checkKipExists();
|
||||
bool checkAtmosphereExists();
|
||||
};
|
||||
Reference in New Issue
Block a user