diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |