Added more explicit include in event.c

This commit is contained in:
Ulysse Cura 2026-07-22 02:44:11 +02:00
parent 58f16dfcae
commit b757ce34ec
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include "event.h"
#include <SDL2/SDL_events.h>
inline int pollevent(event_t *event)
{
return SDL_PollEvent(event);