mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement a few legoomni/mxomni functions (#339)
* LegoOmni functions * fix build * Update mxstreamcontroller.cpp * fixes + improve match * Update mxomni.cpp * Update mxdsobject.h * improve match * Update mxactionnotificationparam.h * MxOmni::HandleActionEnd * fixes * Update LEGO1/mxstreamer.cpp Co-authored-by: Joshua Peisach <itzswirlz2020@outlook.com> * A bunch of fixes --------- Co-authored-by: Joshua Peisach <itzswirlz2020@outlook.com> Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
10
LEGO1/lego3dview.cpp
Normal file
10
LEGO1/lego3dview.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "lego3dview.h"
|
||||
|
||||
#include "legoroi.h"
|
||||
|
||||
// STUB: LEGO1 0x100ab2b0
|
||||
LegoROI* Lego3DView::PickROI(MxLong p_a, MxLong p_b)
|
||||
{
|
||||
// TODO
|
||||
return NULL;
|
||||
}
|
Reference in New Issue
Block a user