diff options
| author | troido <troido@protonmail.com> | 2020-09-20 12:55:40 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-20 12:55:40 +0200 |
| commit | 39d7f4a123171a1dc5d5a8ec1c512599d4bec0f0 (patch) | |
| tree | a95a9dfbd638d4eaa3a5861772d50d859ab60169 /src/main.rs | |
| parent | 6511f7a4e340b19305ca8ed9e98facb5292dc913 (diff) | |
renamed ComponentParameter to ParemeterExpression; List and Template variant for ParameterExpression
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index cbc92a6..9020e3c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ mod pos; mod componentwrapper; mod parameter; mod assemblage; -mod componentparameter; +mod parameterexpression; mod encyclopedia; mod template; mod roomtemplate; |
