Fix SDL_Window forward declaration
Should be struct, not class.
This commit is contained in:
@@ -16,7 +16,7 @@ enum class RendererType : s8 {
|
||||
};
|
||||
|
||||
class GPU;
|
||||
class SDL_Window;
|
||||
struct SDL_Window;
|
||||
|
||||
class Renderer {
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user