feat: add bool switch

This commit is contained in:
parker
2025-08-12 03:00:23 +01:00
parent 63ce4c7694
commit 98b2121e3e
10 changed files with 222 additions and 15 deletions

View File

@@ -41,8 +41,9 @@ namespace enzo
{
LIST_TERMINATOR,
STRING,
XYZ,
FLOAT,
BOOL,
XYZ,
INT,
TOGGLE
};