1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-02 15:00:02 +00:00

Make a generic pastie retrieval base class.

This is useful for implementing the EditResponse class.
This commit is contained in:
King_DuckZ 2017-06-16 19:00:49 +01:00
commit b325af980f
5 changed files with 169 additions and 65 deletions

View file

@ -20,6 +20,7 @@ add_library(${PROJECT_NAME} STATIC
quick_submit_paste_response.cpp
storage.cpp
string_conv.cpp
pastie_retrieving_response.cpp
)
target_include_directories(${PROJECT_NAME}