mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 03:34:24 -05:00
8 lines
148 B
C
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
|