mirror of https://github.com/PrimeDecomp/prime.git
17 lines
209 B
C
17 lines
209 B
C
|
#ifndef _MUSYX_HARDWARE
|
||
|
#define _MUSYX_HARDWARE
|
||
|
|
||
|
|
||
|
#include "musyx/musyx_priv.h"
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
u32 hwIsStudioActive(u8 studio);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif // _MUSYX_HARDWARE
|