mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 02:01:16 +00:00
fix order
This commit is contained in:
parent
d74d42ddfd
commit
e0122bd9f6
@ -188,18 +188,18 @@ LegoBuildingManager* BuildingManager()
|
|||||||
return LegoOmni::GetInstance()->GetLegoBuildingManager();
|
return LegoOmni::GetInstance()->GetLegoBuildingManager();
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100158c0
|
|
||||||
LegoEntity* FindEntityByAtomIdOrEntityId(const MxAtomId& p_atom, MxS32 p_entityid)
|
|
||||||
{
|
|
||||||
return LegoOmni::GetInstance()->FindByEntityIdOrAtomId(p_atom, p_entityid);
|
|
||||||
}
|
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10015800
|
// FUNCTION: LEGO1 0x10015800
|
||||||
GifManager* GetGifManager()
|
GifManager* GetGifManager()
|
||||||
{
|
{
|
||||||
return LegoOmni::GetInstance()->GetGifManager();
|
return LegoOmni::GetInstance()->GetGifManager();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FUNCTION: LEGO1 0x100158c0
|
||||||
|
LegoEntity* FindEntityByAtomIdOrEntityId(const MxAtomId& p_atom, MxS32 p_entityid)
|
||||||
|
{
|
||||||
|
return LegoOmni::GetInstance()->FindByEntityIdOrAtomId(p_atom, p_entityid);
|
||||||
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100158e0
|
// FUNCTION: LEGO1 0x100158e0
|
||||||
MxDSAction& GetCurrentAction()
|
MxDSAction& GetCurrentAction()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -157,8 +157,8 @@ IslePathActor* GetCurrentVehicle();
|
|||||||
LegoPlantManager* PlantManager();
|
LegoPlantManager* PlantManager();
|
||||||
MxBool KeyValueStringParse(char*, const char*, const char*);
|
MxBool KeyValueStringParse(char*, const char*, const char*);
|
||||||
LegoWorld* GetCurrentWorld();
|
LegoWorld* GetCurrentWorld();
|
||||||
LegoEntity* FindEntityByAtomIdOrEntityId(const MxAtomId& p_atom, MxS32 p_entityid);
|
|
||||||
GifManager* GetGifManager();
|
GifManager* GetGifManager();
|
||||||
|
LegoEntity* FindEntityByAtomIdOrEntityId(const MxAtomId& p_atom, MxS32 p_entityid);
|
||||||
MxDSAction& GetCurrentAction();
|
MxDSAction& GetCurrentAction();
|
||||||
|
|
||||||
void RegisterScripts();
|
void RegisterScripts();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user