mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 07:35:41 +12:00
Fix SDL_Window
forward declaration
Should be struct, not class.
This commit is contained in:
parent
165134ca40
commit
428a9d1f1a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ enum class RendererType : s8 {
|
||||||
};
|
};
|
||||||
|
|
||||||
class GPU;
|
class GPU;
|
||||||
class SDL_Window;
|
struct SDL_Window;
|
||||||
|
|
||||||
class Renderer {
|
class Renderer {
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Add table
Reference in a new issue