From 854fb720e1c54d428fe91348133ea73eda0270b7 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 13 Jan 2024 19:44:37 -0500 Subject: [PATCH] More annotations --- LEGO1/library_msvc.h | 9 ++++++ LEGO1/omni/include/mxatomidcounter.h | 43 ++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/LEGO1/library_msvc.h b/LEGO1/library_msvc.h index e4f2dcb4..65f8460f 100644 --- a/LEGO1/library_msvc.h +++ b/LEGO1/library_msvc.h @@ -40,6 +40,9 @@ // LIBRARY: LEGO1 0x1008b608 // __ftol +// LIBRARY: LEGO1 0x1008b680 +// _strncmp + // LIBRARY: LEGO1 0x1008b780 // _fwrite @@ -67,6 +70,9 @@ // LIBRARY: LEGO1 0x1008c200 // _sscanf +// LIBRARY: LEGO1 0x1008c410 +// _strlwr + // LIBRARY: LEGO1 0x1008c5c0 // _fseek @@ -86,6 +92,9 @@ // LIBRARY: LEGO1 0x100d1ed0 // _strnicmp +// LIBRARY: LEGO1 0x100d1fd0 +// _strupr + // LIBRARY: LEGO1 0x100d2130 // _vsprintf diff --git a/LEGO1/omni/include/mxatomidcounter.h b/LEGO1/omni/include/mxatomidcounter.h index 3cd9c16f..79a98f34 100644 --- a/LEGO1/omni/include/mxatomidcounter.h +++ b/LEGO1/omni/include/mxatomidcounter.h @@ -46,4 +46,47 @@ class MxAtomIdCounterSet : public set // SYNTHETIC: LEGO1 0x100ad170 // MxAtomIdCounter::~MxAtomIdCounter +// clang-format off +// TEMPLATE: LEGO1 0x100ad480 +// _Tree >::_Kfn,MxAtomIdCounterCompare,allocator >::iterator::_Dec +// clang-format on + +// clang-format off +// TEMPLATE: LEGO1 0x100ad780 +// _Tree >::_Kfn,MxAtomIdCounterCompare,allocator >::_Lbound +// clang-format on + +// clang-format off +// TEMPLATE: LEGO1 0x100ad4d0 +// _Tree >::_Kfn,MxAtomIdCounterCompare,allocator >::_Insert +// clang-format on + +// clang-format off +// TEMPLATE: LEGO1 0x100af6d0 +// _Tree >::_Kfn,MxAtomIdCounterCompare,allocator >::~_Tree >::_Kfn,MxAtomIdCounterCompare,allocator >::iterator::_Inc +// clang-format on + +// clang-format off +// TEMPLATE: LEGO1 0x100af7e0 +// _Tree >::_Kfn,MxAtomIdCounterCompare,allocator >::erase +// clang-format on + +// clang-format off +// TEMPLATE: LEGO1 0x100afc40 +// _Tree >::_Kfn,MxAtomIdCounterCompare,allocator >::_Erase +// clang-format on + +// clang-format off +// TEMPLATE: LEGO1 0x100afc80 +// set >::~set > +// clang-format on + +// TEMPLATE: LEGO1 0x100afe40 +// Set::~Set + #endif // MXATOMIDCOUNTER_H