more and more deps
This commit is contained in:
parent
51b3b89e1c
commit
03bc51e5b4
11 changed files with 89 additions and 3 deletions
19
engine/include/fishbone/sound.h
Normal file
19
engine/include/fishbone/sound.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#ifndef __FISHBONE_SOUND_H__
|
||||
#define __FISHBONE_SOUND_H__
|
||||
|
||||
namespace fishbone {
|
||||
class SoundDriver;
|
||||
class SoundLoader;
|
||||
};
|
||||
|
||||
#include <fishbone/mixer.h>
|
||||
|
||||
namespace fishbone {
|
||||
class SoundDriver {
|
||||
fishbone::Mixer mixer;
|
||||
};
|
||||
class SoundLoader {
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue