diff --git a/source/shared_lib/include/graphics/video_player.h b/source/shared_lib/include/graphics/video_player.h index 03910282..2f0f2a1e 100644 --- a/source/shared_lib/include/graphics/video_player.h +++ b/source/shared_lib/include/graphics/video_player.h @@ -13,7 +13,7 @@ #include -typedef struct SDL_Surface; +struct SDL_Surface; class ctx; using namespace std;