1
0
Fork 0
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:
King_DuckZ 2017-06-14 19:30:52 +01:00
commit 8d19c794ed
5 changed files with 101 additions and 41 deletions

View file

@ -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}