This commit is contained in:
2025-04-17 14:58:22 -05:00
parent f36f6ae125
commit a1e9401aaa
23 changed files with 157 additions and 44 deletions

View File

@@ -9,7 +9,7 @@
class WindowModule : public Archimedes::Module {
public:
WindowModule(Archimedes::App* a, void* h = nullptr) : Archimedes::Module(a, h) {
WindowModule(Archimedes::App* a, void* h) : Archimedes::Module(a, h) {
name = "WindowModule";
}