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