add webgl support

This commit is contained in:
2019-10-05 21:08:40 +02:00
parent a1c0dcb007
commit f2a73a905d
19 changed files with 370 additions and 11 deletions

View File

@@ -23,8 +23,10 @@ public:
BlockingQueue<std::string> m_mq;
// Store messages until the file is open
std::vector<std::string> m_tmp;
#if WITH_CURL
CURL *curl = nullptr;
CURLcode res;
#endif
std::string readBuffer;
std::string m_url = "http://omigamedev.ddns.net:8083";
int m_session;