2D_Engine_SDL2_Core/src/event.c

7 lines
94 B
C

#include "event.h"
inline int pollevent(event_t *event)
{
return SDL_PollEvent(event);
}