diff options
Diffstat (limited to 'libs/rs/rsThreadIO.h')
-rw-r--r-- | libs/rs/rsThreadIO.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/rs/rsThreadIO.h b/libs/rs/rsThreadIO.h index f8ba37db0d86..ae2ffc0e7525 100644 --- a/libs/rs/rsThreadIO.h +++ b/libs/rs/rsThreadIO.h @@ -35,7 +35,9 @@ public: ThreadIO(); ~ThreadIO(); - void playCoreCommands(Context *con); + // Plays back commands from the client. + // Returns true if any commands were processed. + bool playCoreCommands(Context *con); LocklessCommandFifo mToCore; |