Awoo-Installer/include/util/config.hpp

12 lines
No EOL
239 B
C++
Executable file

#pragma once
#include <string>
namespace inst::config {
extern const std::string appDir;
extern const std::string configPath;
extern bool ignoreReqVers;
extern bool gayMode;
void parseConfig();
void setConfig();
}