working packer

This commit is contained in:
Nishi 2026-05-29 14:23:50 +09:00
commit acff632331
7 changed files with 136 additions and 25 deletions

View file

@ -12,10 +12,10 @@ namespace fishbone {
struct Impl;
Impl* impl;
public:
public:
Window(std::string title, int width, int height);
~Window();
};
};
}; // namespace fishbone
#endif