mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-06 15:09:59 +00:00
Extract string conversion functions from SettingsBag.
It's useful to have this functionality elsewhere, especially the string to bool one which I'm going to use in the next commit.
This commit is contained in:
parent
9fc9cf851c
commit
8d19c794ed
5 changed files with 101 additions and 41 deletions
|
@ -19,6 +19,7 @@ add_library(${PROJECT_NAME} STATIC
|
|||
error_response.cpp
|
||||
quick_submit_paste_response.cpp
|
||||
storage.cpp
|
||||
string_conv.cpp
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue