mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Order compilation units according to retail, match and align Score
class (#1271)
* Initial changes for ordering, Score * Add mxdebug * Match `Score::Paint` * Refactor * Add BETA asserts * BETA match
This commit is contained in:

committed by
GitHub

parent
bb29d289fe
commit
7c41ff4569
@@ -57,7 +57,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
// FUNCTION: BETA10 0x1007bc00
|
||||
T* Get(const char* p_name)
|
||||
{
|
||||
T* value = NULL;
|
||||
@@ -197,4 +196,7 @@ protected:
|
||||
// _Tree<char const *,pair<char const * const,LegoTextureInfo *>,map<char const *,LegoTextureInfo *,LegoContainerInfoComparator,allocator<LegoTextureInfo *> >::_Kfn,LegoContainerInfoComparator,allocator<LegoTextureInfo *> >::_Nil
|
||||
// clang-format on
|
||||
|
||||
// TEMPLATE: BETA10 0x1007bc00
|
||||
// LegoContainer<LegoTextureInfo>::Get
|
||||
|
||||
#endif // LEGOCONTAINER_H
|
||||
|
Reference in New Issue
Block a user