mirror of
https://github.com/glest/glest-source.git
synced 2025-08-10 10:24:01 +02:00
- added support to disable libircclient via cmake:
-DDISABLE_IRCCLIENT=On
This commit is contained in:
@@ -81,6 +81,7 @@ protected:
|
||||
public:
|
||||
|
||||
IRCThread(const std::vector<string> &argv,IRCCallbackInterface *callbackObj);
|
||||
virtual ~IRCThread();
|
||||
virtual void execute();
|
||||
virtual void signalQuit();
|
||||
virtual bool shutdownAndWait();
|
||||
|
Reference in New Issue
Block a user