mirror of https://github.com/libsdl-org/SDL.git
Add missing includes for SDL_MouseID
Missed inf8844d387candd1eb4adb16.
This commit is contained in:
parent
74b58aebb9
commit
c96bc8b1a2
|
|
@ -47,6 +47,7 @@
|
|||
|
||||
#include <SDL3/SDL_error.h>
|
||||
#include <SDL3/SDL_guid.h>
|
||||
#include <SDL3/SDL_mouse.h>
|
||||
#include <SDL3/SDL_stdinc.h>
|
||||
|
||||
/* Set up for C function definitions, even when using C++ */
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <SDL3/SDL_stdinc.h>
|
||||
#include <SDL3/SDL_error.h>
|
||||
#include <SDL3/SDL_mouse.h>
|
||||
#include <SDL3/SDL_video.h>
|
||||
|
||||
#include <SDL3/SDL_begin_code.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue