Removed some agame things; Added VSYNC

This commit is contained in:
2026-03-18 08:44:30 +01:00
parent def737316c
commit e4004bbfe8
16 changed files with 354 additions and 77 deletions

View File

@@ -7,7 +7,9 @@
namespace Game::AGame {
GAME_ENTITY(Background)
private:
Object::Sound mSound;
public:
void onWindowResized(int newWidth, int newHeight) override;
private:
Object::Sound mSound;
END_GAME_ENTITY()
}