mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Adjustments to "decomp" language
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
|
||||
DECOMP_SIZE_ASSERT(MxLoopingMIDIPresenter, 0x58);
|
||||
|
||||
// OFFSET: LEGO1 0x100b1830 TEMPLATE
|
||||
// FUNCTION: LEGO1 0x100b1830 SYNTHETIC
|
||||
// MxLoopingMIDIPresenter::ClassName
|
||||
|
||||
// OFFSET: LEGO1 0x100b1840 TEMPLATE
|
||||
// FUNCTION: LEGO1 0x100b1840 SYNTHETIC
|
||||
// MxLoopingMIDIPresenter::IsA
|
||||
|
||||
// OFFSET: LEGO1 0x100b19c0 TEMPLATE
|
||||
// FUNCTION: LEGO1 0x100b19c0 SYNTHETIC
|
||||
// MxLoopingMIDIPresenter::`scalar deleting destructor'
|
||||
|
||||
// OFFSET: LEGO1 0x100c2a80
|
||||
// FUNCTION: LEGO1 0x100c2a80
|
||||
void MxLoopingMIDIPresenter::StreamingTickle()
|
||||
{
|
||||
if (m_action->GetLoopCount()) {
|
||||
@@ -35,7 +35,7 @@ void MxLoopingMIDIPresenter::StreamingTickle()
|
||||
}
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100c2ae0
|
||||
// FUNCTION: LEGO1 0x100c2ae0
|
||||
void MxLoopingMIDIPresenter::DoneTickle()
|
||||
{
|
||||
if (m_action->GetLoopCount())
|
||||
@@ -44,7 +44,7 @@ void MxLoopingMIDIPresenter::DoneTickle()
|
||||
EndAction();
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100c2b00
|
||||
// FUNCTION: LEGO1 0x100c2b00
|
||||
MxResult MxLoopingMIDIPresenter::PutData()
|
||||
{
|
||||
m_criticalSection.Enter();
|
||||
|
Reference in New Issue
Block a user