Files
shitgame/include/input.h
2026-01-21 13:51:24 -06:00

13 lines
155 B
C

/*Troy Rosin*/
#ifndef __input_h__
#define __input_h__
#include <SDL2/SDL.h>
void handle_input(SDL_Event *e);
void handle_event(SDL_Event *e);
#endif