mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-11 08:39:48 +12:00
Fix forward declaration of SDL_Window
This commit is contained in:
parent
0125dbe31a
commit
d4a84c337e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "gl/context.h"
|
||||
#endif
|
||||
|
||||
class SDL_Window;
|
||||
struct SDL_Window;
|
||||
|
||||
enum class ROMType {
|
||||
None,
|
||||
|
|
Loading…
Add table
Reference in a new issue