This commit is contained in:
Nishi 2026-05-28 14:07:42 +09:00
commit a84dfac0d7
7 changed files with 48 additions and 8 deletions

View file

@ -25,6 +25,7 @@ namespace fishbone {
static const int rate = 44100;
std::vector<fishbone::SoundLoader*> loaders;
std::vector<fishbone::Sound*> sounds;
float position[3];
};
}; // namespace fishbone