Files
BanjoRecomp/include/banjo_sound.h
T

9 lines
107 B
C++

#ifndef __BANJO_SOUND_H__
#define __BANJO_SOUND_H__
namespace banjo {
int get_bgm_volume();
}
#endif