Backport SettingsInterface

This commit is contained in:
Connor McLaughlin
2022-07-09 00:14:48 +10:00
parent 0c0bd4c995
commit 6a6ab6529a
13 changed files with 749 additions and 113 deletions

View File

@@ -30,6 +30,8 @@ add_library(common
gl/texture.h
hash_combine.h
heap_array.h
layered_settings_interface.cpp
layered_settings_interface.h
log.cpp
log.h
make_array.h
@@ -43,6 +45,7 @@ add_library(common
progress_callback.h
rectangle.h
scope_guard.h
settings_interface.h
string.cpp
string.h
string_util.cpp