From d4a84c337e8afd4f49d3b125c78c3918cc537560 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:09:01 +0300 Subject: [PATCH] Fix forward declaration of SDL_Window --- include/emulator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emulator.hpp b/include/emulator.hpp index 2b96b0cf..121c6b8d 100644 --- a/include/emulator.hpp +++ b/include/emulator.hpp @@ -23,7 +23,7 @@ #include "gl/context.h" #endif -class SDL_Window; +struct SDL_Window; enum class ROMType { None,