mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement LegoVideoManager::Create and related (#393)
* WIP * Match * Changes * Fix format * Style fixes * Update naming.yml * Match to ~85%
This commit is contained in:

committed by
GitHub

parent
1e43f20af5
commit
935ebe6910
@@ -16,11 +16,23 @@ Lego3DView::~Lego3DView()
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100aaf90
|
||||
MxBool Lego3DView::Init(MxRenderSettings& p_renderSettings, Tgl::Renderer& p_render)
|
||||
BOOL Lego3DView::Create(TglSurface::CreateStruct& p_createStruct, Tgl::Renderer* p_renderer)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100ab100
|
||||
void Lego3DView::FUN_100ab100(LegoROI* p_roi)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100ab1b0
|
||||
void Lego3DView::FUN_100ab1b0(LegoROI* p_roi)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100ab2b0
|
||||
LegoROI* Lego3DView::PickROI(MxLong p_a, MxLong p_b)
|
||||
{
|
||||
|
Reference in New Issue
Block a user