fishbowl/engine/include/fishbone/mixer.h

13 lines
149 B
C
Raw Normal View History

2026-05-25 07:25:59 +09:00
#ifndef __FISHBONE_MIXER_H__
#define __FISHBONE_MIXER_H__
namespace fishbone {
class Mixer;
};
namespace fishbone {
class Mixer {
};
};
#endif