mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-22 23:03:00 +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"
|
#include "gl/context.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class SDL_Window;
|
struct SDL_Window;
|
||||||
|
|
||||||
enum class ROMType {
|
enum class ROMType {
|
||||||
None,
|
None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue