mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Fix annotations
This commit is contained in:
parent
78e73b7c6e
commit
a052eb9cc3
@ -141,15 +141,15 @@ class MxRegionLeftRightListCursor : public MxPtrListCursor<MxRegionLeftRight> {
|
|||||||
// MxListCursor<MxRegionLeftRight *>::operator=
|
// MxListCursor<MxRegionLeftRight *>::operator=
|
||||||
|
|
||||||
// TEMPLATE: LEGO1 0x100c58c0
|
// TEMPLATE: LEGO1 0x100c58c0
|
||||||
// MxList<MxRegionLeftRight *>::_InsertEntry
|
// MxList<MxRegionLeftRight *>::InsertEntry
|
||||||
|
|
||||||
// TEMPLATE: LEGO1 0x100c5970
|
// TEMPLATE: LEGO1 0x100c5970
|
||||||
// MxList<MxRegionTopBottom *>::_InsertEntry
|
// MxList<MxRegionTopBottom *>::InsertEntry
|
||||||
|
|
||||||
// TEMPLATE: LEGO1 0x100c5a20
|
// TEMPLATE: LEGO1 0x100c5a20
|
||||||
// MxListEntry<MxRegionTopBottom *>::MxListEntry<MxRegionTopBottom *>
|
// MxListEntry<MxRegionTopBottom *>::MxListEntry<MxRegionTopBottom *>
|
||||||
|
|
||||||
// TEMPLATE: LEGO1 0x100c5a40
|
// TEMPLATE: LEGO1 0x100c5a40
|
||||||
// MxList<MxRegionLeftRight *>::_DeleteEntry
|
// MxList<MxRegionLeftRight *>::DeleteEntry
|
||||||
|
|
||||||
#endif // MXREGIONLIST_H
|
#endif // MXREGIONLIST_H
|
||||||
|
|||||||
@ -30,7 +30,7 @@ class MxStringListCursor : public MxListCursor<MxString> {
|
|||||||
// MxList<MxString>::Append
|
// MxList<MxString>::Append
|
||||||
|
|
||||||
// TEMPLATE: LEGO1 0x100cc2d0
|
// TEMPLATE: LEGO1 0x100cc2d0
|
||||||
// MxList<MxString>::_InsertEntry
|
// MxList<MxString>::InsertEntry
|
||||||
|
|
||||||
// TEMPLATE: LEGO1 0x100cc3c0
|
// TEMPLATE: LEGO1 0x100cc3c0
|
||||||
// MxListEntry<MxString>::MxListEntry<MxString>
|
// MxListEntry<MxString>::MxListEntry<MxString>
|
||||||
|
|||||||
@ -54,6 +54,6 @@ class MxVariableTable : public MxHashTable<MxVariable*> {
|
|||||||
// MxHashTable<MxVariable *>::Resize
|
// MxHashTable<MxVariable *>::Resize
|
||||||
|
|
||||||
// TEMPLATE: LEGO1 0x100b7b80
|
// TEMPLATE: LEGO1 0x100b7b80
|
||||||
// MxHashTable<MxVariable *>::_NodeInsert
|
// MxHashTable<MxVariable *>::NodeInsert
|
||||||
|
|
||||||
#endif // MXVARIABLETABLE_H
|
#endif // MXVARIABLETABLE_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user