mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
add Lego3DManager and related, fix a function signature
This commit is contained in:
@@ -11,3 +11,8 @@ LegoOmni *Lego()
|
||||
{
|
||||
return LegoOmni::GetInstance();
|
||||
}
|
||||
|
||||
LegoVideoManager *VideoManager()
|
||||
{
|
||||
return LegoOmni::GetInstance()->GetVideoManager();
|
||||
}
|
||||
Reference in New Issue
Block a user