mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 12:11:15 +00:00
More annotations
This commit is contained in:
parent
2c8d95e9c1
commit
0424217105
@ -13,7 +13,7 @@ class Camera;
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
// LegoView
|
// LegoView
|
||||||
|
|
||||||
// VTABLE: 0x100dc000
|
// VTABLE: LEGO1 0x100dc000
|
||||||
// SIZE 0x78
|
// SIZE 0x78
|
||||||
class LegoView : public TglSurface {
|
class LegoView : public TglSurface {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@ -97,6 +97,9 @@ inline double MxStopWatch::ElapsedSeconds() const
|
|||||||
return m_elapsedSeconds;
|
return m_elapsedSeconds;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SYNTHETIC: LEGO1 0x100a6fc0
|
||||||
|
// MxStopWatch::~MxStopWatch
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// MxFrequencyMeter
|
// MxFrequencyMeter
|
||||||
@ -182,4 +185,7 @@ inline double MxFrequencyMeter::ElapsedSeconds() const
|
|||||||
return m_stopWatch.ElapsedSeconds();
|
return m_stopWatch.ElapsedSeconds();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SYNTHETIC: LEGO1 0x100abd10
|
||||||
|
// MxFrequencyMeter::~MxFrequencyMeter
|
||||||
|
|
||||||
#endif /* _MxStopWatch_h */
|
#endif /* _MxStopWatch_h */
|
||||||
|
|||||||
@ -43,4 +43,7 @@ struct MxAtomIdCounterCompare {
|
|||||||
|
|
||||||
class MxAtomIdCounterSet : public set<MxAtomIdCounter*, MxAtomIdCounterCompare> {};
|
class MxAtomIdCounterSet : public set<MxAtomIdCounter*, MxAtomIdCounterCompare> {};
|
||||||
|
|
||||||
|
// SYNTHETIC: LEGO1 0x100ad170
|
||||||
|
// MxAtomIdCounter::~MxAtomIdCounter
|
||||||
|
|
||||||
#endif // MXATOMIDCOUNTER_H
|
#endif // MXATOMIDCOUNTER_H
|
||||||
|
|||||||
@ -52,10 +52,34 @@ class MxNotificationManager : public MxCore {
|
|||||||
void FlushPending(MxCore* p_listener);
|
void FlushPending(MxCore* p_listener);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TEMPLATE: LEGO1 0x100ac320
|
||||||
|
// list<unsigned int,allocator<unsigned int> >::~list<unsigned int,allocator<unsigned int> >
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100ac3b0
|
// FUNCTION: LEGO1 0x100ac3b0
|
||||||
// MxIdList::~MxIdList
|
// MxIdList::~MxIdList
|
||||||
|
|
||||||
|
// TEMPLATE: LEGO1 0x100ac400
|
||||||
|
// List<unsigned int>::~List<unsigned int>
|
||||||
|
|
||||||
// TEMPLATE: LEGO1 0x100ac540
|
// TEMPLATE: LEGO1 0x100ac540
|
||||||
// List<MxNotification *>::~List<MxNotification *>
|
// List<MxNotification *>::~List<MxNotification *>
|
||||||
|
|
||||||
|
// TEMPLATE: LEGO1 0x100ac590
|
||||||
|
// list<MxNotification *,allocator<MxNotification *> >::~list<MxNotification *,allocator<MxNotification *> >
|
||||||
|
|
||||||
|
// TEMPLATE: LEGO1 0x100acbf0
|
||||||
|
// list<MxNotification *,allocator<MxNotification *> >::begin
|
||||||
|
|
||||||
|
// TEMPLATE: LEGO1 0x100acc00
|
||||||
|
// list<MxNotification *,allocator<MxNotification *> >::insert
|
||||||
|
|
||||||
|
// TEMPLATE: LEGO1 0x100acc50
|
||||||
|
// list<MxNotification *,allocator<MxNotification *> >::erase
|
||||||
|
|
||||||
|
// TEMPLATE: LEGO1 0x100acca0
|
||||||
|
// list<MxNotification *,allocator<MxNotification *> >::_Buynode
|
||||||
|
|
||||||
|
// SYNTHETIC: LEGO1 0x100accd0
|
||||||
|
// MxNotificationPtrList::~MxNotificationPtrList
|
||||||
|
|
||||||
#endif // MXNOTIFICATIONMANAGER_H
|
#endif // MXNOTIFICATIONMANAGER_H
|
||||||
|
|||||||
@ -32,9 +32,6 @@ class OrientableROI : public ROI {
|
|||||||
const float* GetWorldDirection() const { return m_local2world[2]; }
|
const float* GetWorldDirection() const { return m_local2world[2]; }
|
||||||
const float* GetWorldUp() const { return m_local2world[1]; }
|
const float* GetWorldUp() const { return m_local2world[1]; }
|
||||||
|
|
||||||
// SYNTHETIC: LEGO1 0x100a4630
|
|
||||||
// OrientableROI::`scalar deleting destructor'
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
MxMatrix m_local2world; // 0x10
|
MxMatrix m_local2world; // 0x10
|
||||||
BoundingBox m_world_bounding_box; // 0x58
|
BoundingBox m_world_bounding_box; // 0x58
|
||||||
@ -52,4 +49,10 @@ class OrientableROI : public ROI {
|
|||||||
undefined4 m_unk0xd8; // 0xd8
|
undefined4 m_unk0xd8; // 0xd8
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// SYNTHETIC: LEGO1 0x100a4630
|
||||||
|
// OrientableROI::`scalar deleting destructor'
|
||||||
|
|
||||||
|
// SYNTHETIC: LEGO1 0x100aa2f0
|
||||||
|
// OrientableROI::~OrientableROI
|
||||||
|
|
||||||
#endif // ORIENTABLEROI_H
|
#endif // ORIENTABLEROI_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user