mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
Add config.h
This commit is contained in:
10
src/utils/Config.h
Normal file
10
src/utils/Config.h
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#pragma once
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
// 统一管理配置
|
||||||
|
struct GameConfig {
|
||||||
|
int windowWidth = 1600;
|
||||||
|
int windowHeight = 900;
|
||||||
|
std::string windowTitle = "孢子棋";
|
||||||
|
bool vsync = true;
|
||||||
|
} ;
|
||||||
Reference in New Issue
Block a user