13 lines
155 B
C
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
|