Audio Abstrakcija - WIP

This commit is contained in:
2026-03-13 14:28:08 +01:00
parent 8ae713ba8a
commit 52df67da09
13 changed files with 324 additions and 43 deletions

View File

@@ -17,6 +17,9 @@ namespace Game::Renderer {
SDL_Texture* getSDLTexture();
std::string getId();
float getWidth();
float getHeight();
protected:
SDL_Texture* mTex;
std::string mId;