mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-07 05:23:02 +00:00
Add sequences for commands
This commit is contained in:
@@ -26,6 +26,15 @@ enum class CommandsParserValueType
|
||||
LOGICAL_AND,
|
||||
LOGICAL_OR,
|
||||
|
||||
// Built-in types
|
||||
BUILT_IN_FIRST,
|
||||
UNSIGNED = BUILT_IN_FIRST,
|
||||
CHAR,
|
||||
SHORT,
|
||||
INT,
|
||||
LONG,
|
||||
BUILT_IN_LAST = LONG,
|
||||
|
||||
// Generic token types
|
||||
INTEGER,
|
||||
FLOATING_POINT,
|
||||
|
||||
Reference in New Issue
Block a user