add Lego3DManager and related, fix a function signature

This commit is contained in:
Christian Semmler
2023-06-18 13:45:39 +02:00
parent 5c74ddc9ab
commit 30989aec9c
6 changed files with 50 additions and 12 deletions

View File

@@ -11,3 +11,8 @@ LegoOmni *Lego()
{
return LegoOmni::GetInstance();
}
LegoVideoManager *VideoManager()
{
return LegoOmni::GetInstance()->GetVideoManager();
}