Game-Engine/engine/input.h

4 lines
87 B
C

#pragma once
void process_input(SDL_Keysym &keysym, bool down, lua_State &luaState);