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

Implement EditResponse.

I can't really test this yet, but it might just work.
This commit is contained in:
King_DuckZ 2017-06-16 19:12:21 +01:00
commit 3a9a9611ac
4 changed files with 83 additions and 0 deletions

View file

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