mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-25 03:14:51 -05:00
21 lines
279 B
C
21 lines
279 B
C
#pragma once
|
|
|
|
#include <wut.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int
|
|
__OSGetSavedAudioFlags();
|
|
|
|
int __OSGetTransitionAudioBuffer(void **buffer,
|
|
uint32_t *size);
|
|
|
|
void
|
|
__OSSetTransitionAudioSize(uint32_t size);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|