mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement RaceSkel
, add BETA10 annotations (#1088)
* Implement `RaceSkel`, add BETA10 annotations * fix formatting * Fix order * Address some review comments --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -541,6 +541,7 @@ void LegoWorld::Remove(MxCore* p_object)
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100213a0
|
||||
// FUNCTION: BETA10 0x100db027
|
||||
MxCore* LegoWorld::Find(const char* p_class, const char* p_name)
|
||||
{
|
||||
if (!strcmp(p_class, "MxControlPresenter")) {
|
||||
|
Reference in New Issue
Block a user