transferred input processing to its own file
This commit is contained in:
parent
077b2759ad
commit
f44bcede74
3 changed files with 25 additions and 56 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
void process_input();
|
||||
void process_input(SDL_Keysym &keysym, bool down, lua_State &luaState);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue