mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-07-03 02:53:16 -04:00
9 lines
107 B
C++
9 lines
107 B
C++
#ifndef __BANJO_SOUND_H__
|
|
#define __BANJO_SOUND_H__
|
|
|
|
namespace banjo {
|
|
int get_bgm_volume();
|
|
}
|
|
|
|
#endif
|