Skip to content

Commit

Permalink
Fix forward declaration of SDL_Window
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Oct 26, 2023
1 parent 0125dbe commit d4a84c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/emulator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "gl/context.h"
#endif

class SDL_Window;
struct SDL_Window;

enum class ROMType {
None,
Expand Down

0 comments on commit d4a84c3

Please sign in to comment.