diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-03-12 01:55:46 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-03-12 01:55:46 -0500 |
commit | ae38add9310cf95756e3f0ea3c1ecfa3eaaffbec (patch) | |
tree | d351e277f3e2d089104e2a11b030ccb6b202a95f /discord/httpclient.cpp | |
parent | f35dea89f9dd88e6570b9c713ded2017bf2f5889 (diff) | |
download | abaddon-portaudio-ae38add9310cf95756e3f0ea3c1ecfa3eaaffbec.tar.gz abaddon-portaudio-ae38add9310cf95756e3f0ea3c1ecfa3eaaffbec.zip |
add ability to reorder roles
- some other small tweaks
Diffstat (limited to 'discord/httpclient.cpp')
-rw-r--r-- | discord/httpclient.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/httpclient.cpp b/discord/httpclient.cpp index fa43810..7297643 100644 --- a/discord/httpclient.cpp +++ b/discord/httpclient.cpp @@ -1,5 +1,4 @@ #include "httpclient.hpp" -#include "httpclient.hpp" //#define USE_LOCAL_PROXY HTTPClient::HTTPClient(std::string api_base) |