Fix SDL_Window forward declaration

Should be struct, not class.
This commit is contained in:
Wunkolo
2023-07-22 13:16:23 -07:00
parent 165134ca40
commit 428a9d1f1a
+1 -1
View File
@@ -16,7 +16,7 @@ enum class RendererType : s8 {
};
class GPU;
class SDL_Window;
struct SDL_Window;
class Renderer {
protected: