mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 12:11:15 +00:00
Fix a few annotations
This commit is contained in:
parent
5aa590d767
commit
05208d9239
@ -13,6 +13,7 @@
|
|||||||
class IslePathActor : public LegoPathActor {
|
class IslePathActor : public LegoPathActor {
|
||||||
public:
|
public:
|
||||||
IslePathActor();
|
IslePathActor();
|
||||||
|
// FUNCTION: LEGO1 0x10002e10
|
||||||
inline virtual ~IslePathActor() override { IslePathActor::Destroy(TRUE); } // vtable+0x0
|
inline virtual ~IslePathActor() override { IslePathActor::Destroy(TRUE); } // vtable+0x0
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10002ea0
|
// FUNCTION: LEGO1 0x10002ea0
|
||||||
|
|||||||
@ -117,7 +117,7 @@ MxBool g_isWorldActive = TRUE;
|
|||||||
// FUNCTION: LEGO1 0x10015700
|
// FUNCTION: LEGO1 0x10015700
|
||||||
LegoOmni* Lego()
|
LegoOmni* Lego()
|
||||||
{
|
{
|
||||||
return (LegoOmni*) MxOmni::GetInstance();
|
return LegoOmni::GetInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10015710
|
// FUNCTION: LEGO1 0x10015710
|
||||||
|
|||||||
@ -50,6 +50,9 @@ class MxTickleManager : public MxCore {
|
|||||||
|
|
||||||
#define TICKLE_MANAGER_NOT_FOUND 0x80000000
|
#define TICKLE_MANAGER_NOT_FOUND 0x80000000
|
||||||
|
|
||||||
|
// TEMPLATE: LEGO1 0x1005a4a0
|
||||||
|
// list<MxTickleClient *,allocator<MxTickleClient *> >::~list<MxTickleClient *,allocator<MxTickleClient *> >
|
||||||
|
|
||||||
// TEMPLATE: LEGO1 0x1005a530
|
// TEMPLATE: LEGO1 0x1005a530
|
||||||
// List<MxTickleClient *>::~List<MxTickleClient *>
|
// List<MxTickleClient *>::~List<MxTickleClient *>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user