aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/sfx/fmodexchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/sfx/fmodexchannel.h')
-rw-r--r--engines/sword25/sfx/fmodexchannel.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/sword25/sfx/fmodexchannel.h b/engines/sword25/sfx/fmodexchannel.h
index 9d8b64f3b4..bada197eb0 100644
--- a/engines/sword25/sfx/fmodexchannel.h
+++ b/engines/sword25/sfx/fmodexchannel.h
@@ -61,16 +61,16 @@ public:
bool SetVolume(float Volume);
bool SetPanning(float Panning);
bool SetLoop(bool Loop);
- bool SetLoopPoints(unsigned int LoopStart, unsigned int LoopEnd);
- bool SetPosition(unsigned int Position);
+ bool SetLoopPoints(uint LoopStart, uint LoopEnd);
+ bool SetPosition(uint Position);
bool Stop();
float GetVolume();
float GetPanning();
- unsigned int GetPosition();
- unsigned int GetTime();
- unsigned int GetLoopStart();
- unsigned int GetLoopEnd();
+ uint GetPosition();
+ uint GetTime();
+ uint GetLoopStart();
+ uint GetLoopEnd();
bool IsLooping();
bool IsPaused();
bool IsPlaying();