This commit is contained in:
2026-03-05 04:31:17 +03:00
parent 4290e99c61
commit 33104c3bca
15 changed files with 409 additions and 120 deletions

View File

@@ -16,6 +16,7 @@ public:
~Render();
void Init(SDL_Window* pWindow);
void InitGLExtensions();
void Shutdown();
void RenderScene();