From b3dbe5cf2779092e0bca0058034ad13a29fafd85 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Dec 2002 06:55:39 +0000 Subject: [PATCH] add query --- stepmania/src/RageSound.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/RageSound.h b/stepmania/src/RageSound.h index f1b18d38ca..58324cb95e 100644 --- a/stepmania/src/RageSound.h +++ b/stepmania/src/RageSound.h @@ -106,6 +106,9 @@ public: void SetLooping(bool yes=true) { Loop=yes; } bool GetLooping() const { return Loop; } + /* Query only: */ + bool IsStreaming() const { return big; } + /* Called only by the sound drivers: */ /* This function should return the number of bytes actually put into buffer. * If less than size is returned, it signals the stream to stop; once it's