mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +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