stuff
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-29 05:20:06 +09:00
commit 76f03c2019
4 changed files with 46 additions and 53 deletions

View file

@ -23,7 +23,7 @@ class MwApplication : public BApplication {
public:
MwWindow* window;
MwApplication(BRect rc, MwLL handle);
MwApplication(MwRect rc, MwLL handle);
~MwApplication();
void MessageReceived(BMessage* message);