diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-22 22:07:35 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-22 22:07:35 +0100 |
commit | c69d737e6965069fc4fc8b9568a2d011308a4061 (patch) | |
tree | cbfc604029b7f739efaa1e3da4653e08c8d2b100 /src/menu.h | |
parent | 39bca0928d14df7c149f13f4a9377a9a0ca5112d (diff) | |
download | gold-mine-run-c69d737e6965069fc4fc8b9568a2d011308a4061.tar.gz gold-mine-run-c69d737e6965069fc4fc8b9568a2d011308a4061.zip |
Use the right directive
Diffstat (limited to 'src/menu.h')
-rw-r--r-- | src/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#ifdef _MENU_H +#ifndef _MENU_H #define _MENU_H uint8_t run_menu(); |