Kohi Game Engine
game_keybinds.h
Go to the documentation of this file.
1
#pragma once
2
3
struct
application
;
4
5
void
game_setup_keymaps
(
struct
application
* game_inst);
6
7
void
game_remove_keymaps
(
struct
application
* game_inst);
game_remove_keymaps
void game_remove_keymaps(struct application *game_inst)
game_setup_keymaps
void game_setup_keymaps(struct application *game_inst)
application
Represents the basic application state in a application. Called for creation by the application.
Definition:
application_types.h:42
testbed_lib
src
game_keybinds.h
Generated by
1.9.1