Added Time

This commit is contained in:
2026-01-17 17:08:22 +01:00
parent 53c7d564d7
commit 6b3e034cf5
8 changed files with 104 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ namespace TSE
virtual bool ShouldClose() const = 0;
bool BaseInit() const;
void BaseUpdate() const;
~IWindow();
};
} // namespace TSE