rename CallableFunc to CallableLambda

This commit is contained in:
Nishi 2026-05-29 01:10:45 +09:00
commit aa7189dd25
8 changed files with 43 additions and 19 deletions

View file

@ -7,11 +7,13 @@ namespace fishbone {
#include <fishbone/machdep.h>
#include <fishbone/sound.h>
#include <fishbone/window.h>
namespace fishbone {
class Client {
public:
fishbone::SoundDriver sound;
fishbone::Window window;
};
}; // namespace fishbone