diff options
| author | realtradam <[email protected]> | 2023-04-24 00:50:24 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-04-24 00:50:24 -0400 |
| commit | c7d724e4f11abb335efcc0d58639a1b458b77019 (patch) | |
| tree | a0222fed2f77aa994232abf9df79351548db4e92 /src/input/irodeo_input.h | |
| parent | dcd867dc95d13e152716e12f6333796dfc84f4ef (diff) | |
| download | RodeoKit-c7d724e4f11abb335efcc0d58639a1b458b77019.tar.gz RodeoKit-c7d724e4f11abb335efcc0d58639a1b458b77019.zip | |
rework input system. first proper interation
Diffstat (limited to 'src/input/irodeo_input.h')
| -rw-r--r-- | src/input/irodeo_input.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/input/irodeo_input.h b/src/input/irodeo_input.h deleted file mode 100644 index 6cd9992..0000000 --- a/src/input/irodeo_input.h +++ /dev/null @@ -1,16 +0,0 @@ - -// -- internal -- -// public -#include "rodeo/input_t.h" - -typedef rodeo_input_scene_t *rodeo_input_scene_p; -#define i_tag input_scene -#define i_key rodeo_input_scene_p -#include <stc/cset.h> - -typedef -struct -{ - cset_input_scene active_scenes; -} -irodeo_input_state_t; |
