This commit is contained in:
Nishi 2026-05-25 12:12:03 +09:00
commit 897e11891d
5 changed files with 31 additions and 5 deletions

View file

@ -9,9 +9,9 @@ namespace fishbone {
namespace fishbone {
class Client {
public:
public:
fishbone::SoundDriver sound;
};
};
}; // namespace fishbone
#endif