pokediamond/arm7/lib/include/SND_exChannel.h
Michael Panzlaff 9ff579dac8 cleanup header includes and orders
Not complete, but a good start.
2021-06-24 15:57:31 +02:00

8 lines
148 B
C

#ifndef GUARD_SND_EXCHANNEL_H
#define GUARD_SND_EXCHANNEL_H
#include "global.h"
bool SND_IsChannelActive(u32 idx);
#endif //GUARD_SND_EXCHANNEL_H