h
This commit is contained in:
parent
897e11891d
commit
8e4fd2976e
4 changed files with 17 additions and 0 deletions
|
|
@ -5,8 +5,14 @@ namespace fishbone {
|
|||
class Mixer;
|
||||
};
|
||||
|
||||
#include <fishbone/machdep.h>
|
||||
#include <fishbone/sound.h>
|
||||
|
||||
namespace fishbone {
|
||||
class Mixer {
|
||||
public:
|
||||
std::vector<fishbone::SoundLoader*> loaders;
|
||||
std::vector<fishbone::Sound*> sounds;
|
||||
};
|
||||
}; // namespace fishbone
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue