hook BGI调用视频

This commit is contained in:
2025-03-19 13:58:38 +08:00
parent 6dca7c6029
commit 60ae578648
9 changed files with 351 additions and 2 deletions

View File

@@ -7,6 +7,11 @@ class Config {
Config() {
configs["defaultFont"] = "微软雅黑";
configs["stringReplaceFile"] = "";
configs["appendLogging"] = "false";
configs["loggingFile"] = "";
configs["loggingLevel"] = "info";
}
bool Load(std::string path);
bool IsAppendLogging();
int LoggingLevel();
};