Rename game_evthandle() to game_evt()

This commit is contained in:
2025-01-02 18:52:15 +00:00
parent 8dbdea6ac4
commit a8e2c8d89a
3 changed files with 3 additions and 3 deletions

View File

@@ -530,7 +530,7 @@ void game_teardown(void *mem)
free(state->objcol.buf);
}
gamestatus_t game_evthandle(void *mem, const SDL_Event *evt)
gamestatus_t game_evt(void *mem, const SDL_Event *evt)
{
gamestate_t *state = (gamestate_t *)mem;