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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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