/*Troy Rosin*/ #ifndef __input_h__ #define __input_h__ #include void handle_input(SDL_Event *e); void handle_event(SDL_Event *e); #endif