mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-15 00:17:08 +00:00
12 lines
No EOL
239 B
C++
Executable file
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();
|
|
} |