Skip to content

Commit 4a9c552

Browse files
committed
feat: add generic interface for the http client
separate API and client, make it possible to use multiple backends implement cpp-httplib backend
1 parent 1cddf73 commit 4a9c552

File tree

18 files changed

+494
-236
lines changed

18 files changed

+494
-236
lines changed

src/helper/graphic_utils.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ std::vector<std::string> utils::supported_features() {
1111

1212
std::vector<std::string> features{};
1313

14-
#if !defined(_ONLINE_MULTIPLAYER_NOT_SUPPORTED)
1514
features.emplace_back("online multiplayer");
16-
#endif
1715

1816
#if defined(_HAVE_FILE_DIALOGS)
1917
features.emplace_back("file dialogs");

0 commit comments

Comments
 (0)