diff options
Diffstat (limited to 'src/input/irodeo_input.h')
| -rw-r--r-- | src/input/irodeo_input.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/input/irodeo_input.h b/src/input/irodeo_input.h new file mode 100644 index 0000000..5066170 --- /dev/null +++ b/src/input/irodeo_input.h @@ -0,0 +1,11 @@ +#pragma once + +// -- internal -- +// public +#include "rodeo/input.h" +// private +#include "irodeo_input_t.h" + +float +irodeo_input_screen_to_world(float input); + |
