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