This commit is contained in:
Nishi 2026-06-01 13:50:35 +09:00
commit 3072248158
19 changed files with 193 additions and 36 deletions

View file

@ -5,7 +5,7 @@ namespace fishbone {
class Window;
}; // namespace fishbone
#include <fishbone/machdep.h>
#include <fishbone/pre.h>
namespace fishbone {
class Window {
@ -15,6 +15,8 @@ namespace fishbone {
public:
Window(std::string title, int width, int height);
~Window();
void poll();
};
}; // namespace fishbone