mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-31 00:55:17 +01:00
fix: remove GetConfig lol
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 4.0)
|
||||
project(WinDurango.Common VERSION 1.0.0)
|
||||
|
||||
set(VERSION_SUFFIX "-dev.1") # used for non-stable versions, otherwise blank
|
||||
set(VERSION_SUFFIX "-dev.2") # used for non-stable versions, otherwise blank
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
|
||||
@@ -13,9 +13,7 @@ namespace wd::common {
|
||||
|
||||
WinDurango();
|
||||
|
||||
Config &GetConfig();
|
||||
private:
|
||||
Config _config;
|
||||
Config Config;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user