mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fixes
This commit is contained in:
parent
360366515c
commit
f5bb767fe2
@ -5,6 +5,8 @@
|
||||
|
||||
#include "../viewmanager/viewmanager.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(Lego3DView, 0xa8)
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Lego3DView
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#ifndef _Lego3DView_h
|
||||
#define _Lego3DView_h
|
||||
|
||||
#include "decomp.h"
|
||||
#include "legoview1.h"
|
||||
|
||||
class ViewROI;
|
||||
@ -37,6 +38,8 @@ class Lego3DView : public LegoView1 {
|
||||
double m_previousRenderTime; // 0x8c
|
||||
|
||||
ViewROI* m_pPointOfView; // 0x90
|
||||
|
||||
undefined m_unk0x94[0x0c]; // 0x94
|
||||
};
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100aaf10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user