4 lines
87 B
C
4 lines
87 B
C
|
|
#pragma once
|
|
|
|
void process_input(SDL_Keysym &keysym, bool down, lua_State &luaState);
|