mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-29 03:01:15 +00:00
Fix annotation
This commit is contained in:
parent
ae25be66c7
commit
827c4d11b9
@ -33,10 +33,7 @@ struct LegoContainerInfoComparator {
|
||||
|
||||
// SIZE 0x10
|
||||
template <class T>
|
||||
class LegoContainerInfo : public map<const char*, T*, LegoContainerInfoComparator> {
|
||||
// SYNTHETIC: LEGO1 0x1005a400
|
||||
// LegoContainerInfo::~LegoContainerInfo
|
||||
};
|
||||
class LegoContainerInfo : public map<const char*, T*, LegoContainerInfoComparator> {};
|
||||
|
||||
// SIZE 0x18
|
||||
template <class T>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user