diff options
Diffstat (limited to 'src/lutris/enum.h')
-rw-r--r-- | src/lutris/enum.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lutris/enum.h b/src/lutris/enum.h new file mode 100644 index 0000000..2b91def --- /dev/null +++ b/src/lutris/enum.h @@ -0,0 +1,5 @@ +#ifdef CREATE_ENUM +#undef CREATE_ENUM +#endif + +#define CREATE_ENUM(x) x,
\ No newline at end of file |