Fix forward declaration of SDL_Window

This commit is contained in:
wheremyfoodat
2023-10-26 18:09:01 +03:00
committed by GitHub
parent 0125dbe31a
commit d4a84c337e

View File

@@ -23,7 +23,7 @@
#include "gl/context.h"
#endif
class SDL_Window;
struct SDL_Window;
enum class ROMType {
None,