mirror of
https://github.com/isledecomp/isle.git
synced 2025-03-27 23:20:32 -04:00
FUNCTION to SYNTHETIC where needed
This commit is contained in:
parent
a8387cd50d
commit
8c815418d2
6 changed files with 10 additions and 10 deletions
|
@ -281,7 +281,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
|||
return msg.wParam;
|
||||
}
|
||||
|
||||
// FUNCTION: ISLE 0x401c40
|
||||
// SYNTHETIC: ISLE 0x401c40
|
||||
// MxDSObject::SetAtomId
|
||||
|
||||
// FUNCTION: ISLE 0x401ca0
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
DECOMP_SIZE_ASSERT(LegoEntity, 0x68)
|
||||
|
||||
// FUNCTION: LEGO1 0x10001090
|
||||
// SYNTHETIC: LEGO1 0x10001090
|
||||
// LegoEntity::SetWorldSpeed
|
||||
|
||||
// FUNCTION: LEGO1 0x1000c290
|
||||
|
|
|
@ -9,10 +9,10 @@
|
|||
class MxParam;
|
||||
|
||||
// TODO: Find proper compilation unit to put these
|
||||
// FUNCTION: LEGO1 0x100140d0
|
||||
// SYNTHETIC: LEGO1 0x100140d0
|
||||
// MxCore::IsA
|
||||
|
||||
// FUNCTION: LEGO1 0x100144c0
|
||||
// SYNTHETIC: LEGO1 0x100144c0
|
||||
// MxCore::ClassName
|
||||
|
||||
// VTABLE: LEGO1 0x100dc0f8
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
|
||||
DECOMP_SIZE_ASSERT(MxLoopingMIDIPresenter, 0x58);
|
||||
|
||||
// FUNCTION: LEGO1 0x100b1830
|
||||
// SYNTHETIC: LEGO1 0x100b1830
|
||||
// MxLoopingMIDIPresenter::ClassName
|
||||
|
||||
// FUNCTION: LEGO1 0x100b1840
|
||||
// SYNTHETIC: LEGO1 0x100b1840
|
||||
// MxLoopingMIDIPresenter::IsA
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100b19c0
|
||||
|
|
|
@ -11,7 +11,7 @@ DECOMP_SIZE_ASSERT(MxStillPresenter, 0x6c);
|
|||
// GLOBAL: LEGO1 0x10101eb0
|
||||
const char* g_strBMP_ISMAP = "BMP_ISMAP";
|
||||
|
||||
// FUNCTION: LEGO1 0x10043550
|
||||
// SYNTHETIC: LEGO1 0x10043550
|
||||
// MxStillPresenter::~MxStillPresenter
|
||||
|
||||
// FUNCTION: LEGO1 0x100435b0
|
||||
|
@ -20,10 +20,10 @@ void MxStillPresenter::Destroy()
|
|||
Destroy(FALSE);
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100435c0
|
||||
// SYNTHETIC: LEGO1 0x100435c0
|
||||
// MxStillPresenter::ClassName
|
||||
|
||||
// FUNCTION: LEGO1 0x100435d0
|
||||
// SYNTHETIC: LEGO1 0x100435d0
|
||||
// MxStillPresenter::IsA
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100436e0
|
||||
|
|
|
@ -60,7 +60,7 @@ float Vector2Impl::DotImpl(float* p_a, float* p_b) const
|
|||
return p_b[0] * p_a[0] + p_b[1] * p_a[1];
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x10002060
|
||||
// SYNTHETIC: LEGO1 0x10002060
|
||||
// Vector2Impl::SetData
|
||||
|
||||
// FUNCTION: LEGO1 0x10002070
|
||||
|
|
Loading…
Add table
Reference in a new issue