mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-06-23 07:19:58 -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
|