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