From de29b11a88dbdd3af0824e59b51528b91ee73c54 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 30 Nov 2017 22:49:38 +0100 Subject: First commit. Version works on Linux (keyboard only, not configurable) --- src/options.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/options.h (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h new file mode 100644 index 0000000..2e8414b --- /dev/null +++ b/src/options.h @@ -0,0 +1,9 @@ +#ifndef OPTIONS_H +#define OPTIONS_H + +int options(); + +int optionsStep(); +void optionsDraw(); + +#endif \ No newline at end of file -- cgit v1.2.3