forked from NeoFlock/noom
lexer, parser: pass around lua version
This commit is contained in:
8
src/noom.h
Normal file
8
src/noom.h
Normal file
@@ -0,0 +1,8 @@
|
||||
typedef enum noom_LuaVersion {
|
||||
NOOM_VERSION_51,
|
||||
NOOM_VERSION_52,
|
||||
NOOM_VERSION_53,
|
||||
NOOM_VERSION_54
|
||||
} noom_LuaVersion;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user