using git now lol
This commit is contained in:
12
include/input.h
Normal file
12
include/input.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*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
|
||||
Reference in New Issue
Block a user