added color picking with ALT key, added crash report library for windows
This commit is contained in:
@@ -23,11 +23,14 @@ public:
|
||||
std::string readBuffer;
|
||||
std::string m_url = "http://omigamedev.ddns.net:8083";
|
||||
int m_session;
|
||||
std::ofstream m_logfile;
|
||||
|
||||
void start();
|
||||
void net_init();
|
||||
std::string net_request(std::string cmd, std::string data = "");
|
||||
void net_close();
|
||||
void file_init();
|
||||
void file_close();
|
||||
void log(const char* format, ...);
|
||||
void log(const wchar_t* format, ...);
|
||||
~LogRemote();
|
||||
|
||||
Reference in New Issue
Block a user