diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-02 14:39:08 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-03 13:10:27 +0100 |
commit | 7ff899bd22f20c53d067529140aeb466612e8bbc (patch) | |
tree | cc53cf98a1ad746e5ff9c090a6193d8ceb06bc90 /src/audio/oal/stream.h | |
parent | MusicManager fixes (diff) | |
download | re3-7ff899bd22f20c53d067529140aeb466612e8bbc.tar re3-7ff899bd22f20c53d067529140aeb466612e8bbc.tar.gz re3-7ff899bd22f20c53d067529140aeb466612e8bbc.tar.bz2 re3-7ff899bd22f20c53d067529140aeb466612e8bbc.tar.lz re3-7ff899bd22f20c53d067529140aeb466612e8bbc.tar.xz re3-7ff899bd22f20c53d067529140aeb466612e8bbc.tar.zst re3-7ff899bd22f20c53d067529140aeb466612e8bbc.zip |
Diffstat (limited to '')
-rw-r--r-- | src/audio/oal/stream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/audio/oal/stream.h b/src/audio/oal/stream.h index bcbc5e54..b3e96809 100644 --- a/src/audio/oal/stream.h +++ b/src/audio/oal/stream.h @@ -69,6 +69,7 @@ class CStream uint32 m_nVolume; uint8 m_nPan; uint32 m_nPosBeforeReset; + int32 m_nLoopCount; IDecoder *m_pSoundFile; @@ -103,6 +104,8 @@ public: void Start(); void Stop(); void Update(void); + void SetLoopCount(int32); + void ProviderInit(); void ProviderTerm(); |