mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Use const atom
This commit is contained in:
parent
73141d1c57
commit
ece1c41f12
@ -66,7 +66,7 @@ class LegoWorld : public LegoEntity {
|
||||
void FUN_10073430();
|
||||
MxS32 GetCurrPathInfo(LegoPathBoundary** p_path, MxS32& p_value);
|
||||
MxPresenter* FindPresenter(const char* p_presenter, const char* p_name);
|
||||
MxCore* FUN_10021790(MxAtomId& p_atom, MxS32 p_entityId);
|
||||
MxCore* FUN_10021790(const MxAtomId& p_atom, MxS32 p_entityId);
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1001dee0
|
||||
// LegoWorld::`scalar deleting destructor'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user