move editor/game logic to module

This commit is contained in:
Crispy 2024-10-06 00:24:11 +02:00
parent 0738e658db
commit d332bd30f3
3 changed files with 416 additions and 406 deletions

View file

@ -257,6 +257,4 @@ impl GateType {
GateType::NotEqual => "neq",
}
}
}