Add missing includes for SDL_MouseID

Missed in f8844d387c and d1eb4adb16.
main
Susko3 2024-04-01 00:47:00 +02:00 committed by Sam Lantinga
parent 74b58aebb9
commit c96bc8b1a2
2 changed files with 2 additions and 0 deletions

View File

@ -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++ */

View File

@ -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>