diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-07-22 22:36:29 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-07-22 22:36:29 +0200 |
commit | fa579dfd846d50bcd2edd28277036b2fb298c643 (patch) | |
tree | 067e2103aa7ec53543849e3a2c78b19200d74e0d /src/lutris/array.h | |
parent | fe2b369bcbf94eccf7c0a1af9ec8e50d93838e50 (diff) | |
download | polecat-fa579dfd846d50bcd2edd28277036b2fb298c643.tar.gz polecat-fa579dfd846d50bcd2edd28277036b2fb298c643.zip |
fix broken debug define checks, move lutris enums to special headers
Diffstat (limited to 'src/lutris/array.h')
-rw-r--r-- | src/lutris/array.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lutris/array.h b/src/lutris/array.h new file mode 100644 index 0000000..ac1da1c --- /dev/null +++ b/src/lutris/array.h @@ -0,0 +1,5 @@ +#ifdef CREATE_ENUM +#undef CREATE_ENUM +#endif + +#define CREATE_ENUM(x) #x,
\ No newline at end of file |