diff options
Diffstat (limited to 'libs/rs/rsThreadIO.h')
-rw-r--r-- | libs/rs/rsThreadIO.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/rs/rsThreadIO.h b/libs/rs/rsThreadIO.h index 4aab1b4..1f6a0c2 100644 --- a/libs/rs/rsThreadIO.h +++ b/libs/rs/rsThreadIO.h @@ -31,6 +31,8 @@ public: ThreadIO(); ~ThreadIO(); + void shutdown(); + // Plays back commands from the client. // Returns true if any commands were processed. bool playCoreCommands(Context *con, bool waitForCommand); |