format
This commit is contained in:
parent
b5220bd6af
commit
897e11891d
5 changed files with 31 additions and 5 deletions
|
|
@ -9,9 +9,9 @@ namespace fishbone {
|
|||
|
||||
namespace fishbone {
|
||||
class Client {
|
||||
public:
|
||||
public:
|
||||
fishbone::SoundDriver sound;
|
||||
};
|
||||
};
|
||||
}; // namespace fishbone
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ namespace fishbone {
|
|||
namespace fishbone {
|
||||
class Mixer {
|
||||
};
|
||||
};
|
||||
}; // namespace fishbone
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
namespace fishbone {
|
||||
class SoundDriver;
|
||||
class SoundLoader;
|
||||
};
|
||||
}; // namespace fishbone
|
||||
|
||||
#include <fishbone/mixer.h>
|
||||
|
||||
|
|
@ -14,6 +14,6 @@ namespace fishbone {
|
|||
};
|
||||
class SoundLoader {
|
||||
};
|
||||
};
|
||||
}; // namespace fishbone
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue