diff options
Diffstat (limited to 'include/input.h')
-rw-r--r-- | include/input.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/input.h b/include/input.h new file mode 100644 index 0000000..7e1bb3e --- /dev/null +++ b/include/input.h @@ -0,0 +1,9 @@ +#ifndef _INPUT +#define _INPUT + +#include "types.h" + +Coord input_orig_coord(); +Coord input_dest_coord(); + +#endif |