diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-05-13 18:44:14 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-05-13 21:46:39 +0300 |
| commit | 2062499f0c17e7564e30b4a9c7ae96a32491c5c1 (patch) | |
| tree | 31962be30046c40c67b27ef14afed943466ff5fa /include/droptables.h | |
| parent | b675bce0d1d75cf2c703fb26e5e864e3ee789b8e (diff) | |
Initial version of enum extractor script
Diffstat (limited to 'include/droptables.h')
| -rw-r--r-- | include/droptables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/droptables.h b/include/droptables.h index f05ae94e..78d75970 100644 --- a/include/droptables.h +++ b/include/droptables.h @@ -1,6 +1,8 @@ #ifndef TMC_DROPTABLES_H #define TMC_DROPTABLES_H +#include "global.h" + typedef union { struct { s16 none; |
