summaryrefslogtreecommitdiff
path: root/src/scene.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scene.hpp')
-rw-r--r--src/scene.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene.hpp b/src/scene.hpp
index 6c80b39..0a1e9ce 100644
--- a/src/scene.hpp
+++ b/src/scene.hpp
@@ -16,6 +16,6 @@ pk_bkt_arr *pke_scene_get_scenes();
void pke_scene_remove(SceneHandle handle);
void pke_scene_register_camera(SceneHandle scene_handle, CameraHandle cameraHandle);
-void pke_scene_register_input_action_set(SceneHandle scene_handle, InputActionSetHandle handle);
+void pke_scene_register_input_action_set(SceneHandle scene_handle, pke_input_action_set_handle handle);
#endif /* PKE_SCENE_HPP */