summaryrefslogtreecommitdiffstats
path: root/src/audio/SampleManager.h
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2019-07-01 00:07:58 +0200
committerFilip Gawin <filip.gawin@zoho.com>2019-07-04 01:02:00 +0200
commit0ec77e8329210301a87fe9b9953b820c09c6505b (patch)
tree9da01b0d91762a94fc9d6687d9c562480df4c97b /src/audio/SampleManager.h
parentReleaseDigitalHandle (diff)
downloadre3-0ec77e8329210301a87fe9b9953b820c09c6505b.tar
re3-0ec77e8329210301a87fe9b9953b820c09c6505b.tar.gz
re3-0ec77e8329210301a87fe9b9953b820c09c6505b.tar.bz2
re3-0ec77e8329210301a87fe9b9953b820c09c6505b.tar.lz
re3-0ec77e8329210301a87fe9b9953b820c09c6505b.tar.xz
re3-0ec77e8329210301a87fe9b9953b820c09c6505b.tar.zst
re3-0ec77e8329210301a87fe9b9953b820c09c6505b.zip
Diffstat (limited to '')
-rw-r--r--src/audio/SampleManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio/SampleManager.h b/src/audio/SampleManager.h
index 8486cb52..e688b3fb 100644
--- a/src/audio/SampleManager.h
+++ b/src/audio/SampleManager.h
@@ -6,6 +6,7 @@ public:
public:
void ReleaseDigitalHandle();
+ void RequireDigitalHandle();
static bool IsMP3RadioChannelAvailable();
};