summaryrefslogtreecommitdiff
path: root/src/scene-types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scene-types.hpp')
-rw-r--r--src/scene-types.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene-types.hpp b/src/scene-types.hpp
index d010d12..9caea6e 100644
--- a/src/scene-types.hpp
+++ b/src/scene-types.hpp
@@ -14,7 +14,7 @@ struct pke_scene : public Entity_Base {
char name[SCENE_NAME_MAX_LEN] = {'\0'};
SceneHandle scene_handle = SceneHandle_MAX;
pk_arr_t<CameraHandle> cameras;
- pk_arr_t<InputActionSetHandle> input_handles;
+ pk_arr_t<pke_input_action_set_handle> input_handles;
};
#endif /* PKE_SCENE_TYPES_HPP */