Add support for non Specifier enum SuffixSpecs in AST_Fn and parsing (Thanks Unreal)

This commit is contained in:
2025-01-29 01:29:55 -05:00
parent 16fc3fa379
commit ce2be411d7
7 changed files with 34 additions and 3 deletions

View File

@ -5,6 +5,7 @@
#pragma region Macros
#ifndef GEN_API
#if GEN_COMPILER_MSVC
#ifdef GEN_DYN_LINK
#ifdef GEN_DYN_EXPORT
@ -22,6 +23,7 @@
#define GEN_API // Empty for static builds
#endif
#endif
#endif // GEN_API
#ifndef global
#define global static // Global variables