Add text editor module for cardinal

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-17 14:21:23 +00:00
parent bba168ecc6
commit 268c31c029
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
13 changed files with 3957 additions and 26 deletions

View file

@ -675,6 +675,7 @@ static void initStatic__Cardinal()
p->addModel(modelHostParameters);
p->addModel(modelHostTime);
p->addModel(modelIldaeil);
p->addModel(modelTextEditor);
}
}