add some helptext and autoformat

This commit is contained in:
DarthArgus
2017-01-11 01:54:22 -06:00
parent f2d67f9c57
commit 2265a5c00e
3 changed files with 28 additions and 27 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
/*
* Version: 1.7
* Version: 1.75
*
* This code is just a simple wrapper around nlohmann's wonderful json lib
* (https://github.com/nlohmann/json) and libcurl. While originally included directly,
@@ -113,6 +113,7 @@ namespace StellaBellum {
// json processor - string to json
bool processJSON();
protected:
// http response code (200, 404, etc)
long statusCode;