mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-02-04 09:04:52 +00:00
增加 free camera,支持配置修改,增加图标
This commit is contained in:
15
app/src/main/cpp/GakumasLocalify/config/Config.hpp
Normal file
15
app/src/main/cpp/GakumasLocalify/config/Config.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef GAKUMAS_LOCALIFY_CONFIG_HPP
|
||||
#define GAKUMAS_LOCALIFY_CONFIG_HPP
|
||||
|
||||
|
||||
namespace GakumasLocal::Config {
|
||||
extern bool isConfigInit;
|
||||
|
||||
extern bool enabled;
|
||||
extern bool enableFreeCamera;
|
||||
|
||||
void LoadConfig(const std::string& configStr);
|
||||
}
|
||||
|
||||
|
||||
#endif //GAKUMAS_LOCALIFY_CONFIG_HPP
|
||||
Reference in New Issue
Block a user