mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
fix order
This commit is contained in:
parent
4b2805fdc9
commit
ca2ec29de4
@ -111,12 +111,6 @@ MxBool KeyValueStringParse(char* p_outputValue, const char* p_key, const char* p
|
|||||||
return didMatch;
|
return didMatch;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100b7210
|
|
||||||
void SetOmniUserMessage(void (*p_userMsg)(const char*, int))
|
|
||||||
{
|
|
||||||
g_omniUserMessage = p_userMsg;
|
|
||||||
}
|
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100b7170
|
// FUNCTION: LEGO1 0x100b7170
|
||||||
MxBool HasCompositePresenter(MxCompositePresenterList* p_presenterList, MxPresenter* p_presenter)
|
MxBool HasCompositePresenter(MxCompositePresenterList* p_presenterList, MxPresenter* p_presenter)
|
||||||
{
|
{
|
||||||
@ -130,6 +124,12 @@ MxBool HasCompositePresenter(MxCompositePresenterList* p_presenterList, MxPresen
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FUNCTION: LEGO1 0x100b7210
|
||||||
|
void SetOmniUserMessage(void (*p_userMsg)(const char*, int))
|
||||||
|
{
|
||||||
|
g_omniUserMessage = p_userMsg;
|
||||||
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100b7220
|
// FUNCTION: LEGO1 0x100b7220
|
||||||
void FUN_100b7220(MxDSAction* p_action, MxU32 p_newFlags, MxBool p_setFlags)
|
void FUN_100b7220(MxDSAction* p_action, MxU32 p_newFlags, MxBool p_setFlags)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user