h
This commit is contained in:
parent
897e11891d
commit
8e4fd2976e
4 changed files with 17 additions and 0 deletions
|
|
@ -4,8 +4,10 @@
|
|||
namespace fishbone {
|
||||
class SoundDriver;
|
||||
class SoundLoader;
|
||||
class Sound;
|
||||
}; // namespace fishbone
|
||||
|
||||
#include <fishbone/machdep.h>
|
||||
#include <fishbone/mixer.h>
|
||||
|
||||
namespace fishbone {
|
||||
|
|
@ -14,6 +16,8 @@ namespace fishbone {
|
|||
};
|
||||
class SoundLoader {
|
||||
};
|
||||
class Sound {
|
||||
};
|
||||
}; // namespace fishbone
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue