forked from dolphin-emu/dolphin
ExpressionParser: Add XOR operator.
This commit is contained in:
@@ -39,6 +39,7 @@ enum TokenType
|
||||
TOK_LTHAN,
|
||||
TOK_GTHAN,
|
||||
TOK_COMMA,
|
||||
TOK_XOR,
|
||||
TOK_BINARY_OPS_END,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user