Add host cv module

This commit is contained in:
falkTX 2021-11-09 19:10:09 +00:00
parent f5920faaa3
commit bcfae94f79
11 changed files with 541 additions and 18 deletions

View file

@ -407,9 +407,10 @@ static void initStatic__Cardinal()
{
p->addModel(modelCarla);
p->addModel(modelGlBars);
p->addModel(modelIldaeil);
p->addModel(modelHostCV);
p->addModel(modelHostParameters);
p->addModel(modelHostTime);
p->addModel(modelIldaeil);
}
}