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