diff options
| author | Shereef Marzouk <GreYFoXGTi@GMaiL.CoM> | 2011-08-11 10:59:14 +0200 |
|---|---|---|
| committer | Shereef Marzouk <GreYFoXGTi@GMaiL.CoM> | 2011-08-11 10:59:14 +0200 |
| commit | c6fd4a2cc57f8d9dec7164aff98f5a73abc9698d (patch) | |
| tree | c17c0042e9865ea0d6c0476ee7ef930b4dbcab35 /src/engine/sound.h | |
| parent | 2084febca79d57de3fe1d2781bf0803dd3e96b27 (diff) | |
| download | zcatch-c6fd4a2cc57f8d9dec7164aff98f5a73abc9698d.tar.gz zcatch-c6fd4a2cc57f8d9dec7164aff98f5a73abc9698d.zip | |
General whitespace and tab cleanup
Diffstat (limited to 'src/engine/sound.h')
| -rw-r--r-- | src/engine/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/sound.h b/src/engine/sound.h index f55a978d..fa5bfc85 100644 --- a/src/engine/sound.h +++ b/src/engine/sound.h @@ -19,10 +19,10 @@ public: virtual bool IsSoundEnabled() = 0; virtual int LoadWV(const char *pFilename) = 0; - + virtual void SetChannel(int ChannelID, float Volume, float Panning) = 0; virtual void SetListenerPos(float x, float y) = 0; - + virtual int PlayAt(int ChannelID, int SampleID, int Flags, float x, float y) = 0; virtual int Play(int ChannelID, int SampleID, int Flags) = 0; virtual void Stop(int SampleID) = 0; |