Include SDL_events.h for SDL_ConvertEventToRenderCoordinates()

This commit is contained in:
Sam Lantinga 2023-02-13 17:50:29 -08:00
parent b39b7025fd
commit 284ae91734
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
#define SDL_render_h_
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_events.h>
#include <SDL3/SDL_rect.h>
#include <SDL3/SDL_video.h>