diff options
author | Michael Panzlaff <michael.panzlaff@fau.de> | 2021-06-25 23:43:40 +0200 |
---|---|---|
committer | Michael Panzlaff <michael.panzlaff@fau.de> | 2021-08-25 18:03:39 +0200 |
commit | eb13294661514e27b3b89e26b7a4401cc93feb93 (patch) | |
tree | adbcbc5c6e3bc1c4360fcdf654ebd6ff915029f5 /arm7/lib/include/SND_capture.h | |
parent | 69200d83f7bf3c189e226f3561cef3a6ee7ee6ce (diff) |
decompile SND_alarm and SND_work
Diffstat (limited to 'arm7/lib/include/SND_capture.h')
-rw-r--r-- | arm7/lib/include/SND_capture.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm7/lib/include/SND_capture.h b/arm7/lib/include/SND_capture.h new file mode 100644 index 00000000..78a09efa --- /dev/null +++ b/arm7/lib/include/SND_capture.h @@ -0,0 +1,6 @@ +#ifndef GUARD_SND_CAPTURE_H +#define GUARD_SND_CAPTURE_H + +BOOL SND_IsCaptureActive(s32 idx); + +#endif //GUARD_SND_CAPTURE_H |