mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 08:08:03 -05:00
11 lines
153 B
C++
11 lines
153 B
C++
|
#include "lego3dview.h"
|
||
|
|
||
|
#include "legoroi.h"
|
||
|
|
||
|
// STUB: LEGO1 0x100ab2b0
|
||
|
LegoROI* Lego3DView::PickROI(MxLong p_a, MxLong p_b)
|
||
|
{
|
||
|
// TODO
|
||
|
return NULL;
|
||
|
}
|