summaryrefslogtreecommitdiffstats
path: root/src/audio/DMAudio.h
diff options
context:
space:
mode:
author_AG <gennariarmando@outlook.com>2019-06-25 14:25:39 +0200
committer_AG <gennariarmando@outlook.com>2019-06-25 14:26:41 +0200
commit28509e216f64a75e77ccb5d040d79001802ec594 (patch)
tree6a3a1c3dd9cfb6820b535c93c6b99520404efedc /src/audio/DMAudio.h
parentFrontend clean up (diff)
downloadre3-28509e216f64a75e77ccb5d040d79001802ec594.tar
re3-28509e216f64a75e77ccb5d040d79001802ec594.tar.gz
re3-28509e216f64a75e77ccb5d040d79001802ec594.tar.bz2
re3-28509e216f64a75e77ccb5d040d79001802ec594.tar.lz
re3-28509e216f64a75e77ccb5d040d79001802ec594.tar.xz
re3-28509e216f64a75e77ccb5d040d79001802ec594.tar.zst
re3-28509e216f64a75e77ccb5d040d79001802ec594.zip
Diffstat (limited to 'src/audio/DMAudio.h')
-rw-r--r--src/audio/DMAudio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/audio/DMAudio.h b/src/audio/DMAudio.h
index ad67cf13..bf9b65b9 100644
--- a/src/audio/DMAudio.h
+++ b/src/audio/DMAudio.h
@@ -191,5 +191,8 @@ public:
void PlayOneShot(int, uint16, float);
int GetRadioInCar();
uint8 IsMP3RadioChannelAvailable();
+ void SetEffectsFadeVol(int16);
+ void SetMusicFadeVol(int16);
+
};
extern cDMAudio &DMAudio;