mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
More annotations
This commit is contained in:
parent
60b237e8f9
commit
2c8d95e9c1
@ -89,4 +89,7 @@
|
||||
// LIBRARY: LEGO1 0x100d2130
|
||||
// _vsprintf
|
||||
|
||||
// LIBRARY: LEGO1 0x100d21c2
|
||||
// __CIpow
|
||||
|
||||
#endif
|
||||
|
||||
@ -30,8 +30,7 @@ void RealtimeView::SetPartsThreshold(float p_threshold)
|
||||
// FUNCTION: LEGO1 0x100a5e00
|
||||
float RealtimeView::GetUserMaxLOD()
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
return g_userMaxLod;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100a5e10
|
||||
|
||||
@ -108,4 +108,8 @@ class ROI {
|
||||
LODListBase* m_lods; // 0x8
|
||||
undefined m_unk0xc; // 0xc
|
||||
};
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100a5d50
|
||||
// ROI::~ROI
|
||||
|
||||
#endif // ROI_H
|
||||
|
||||
@ -93,6 +93,22 @@ class ViewLODListManager {
|
||||
ViewLODListMap m_map;
|
||||
};
|
||||
|
||||
// FUNCTION: LEGO1 0x1001dde0
|
||||
// _Lockit::~_Lockit
|
||||
|
||||
// clang-format off
|
||||
// TEMPLATE: LEGO1 0x100a7890
|
||||
// _Tree<char const *,pair<char const * const,ViewLODList *>,map<char const *,ViewLODList *,ROINameComparator,allocator<ViewLODList *> >::_Kfn,ROINameComparator,allocator<ViewLODList *> >::~_Tree<char const *,pair<char const * const,ViewLODList *>,map<char c
|
||||
// clang-format on
|
||||
|
||||
// clang-format off
|
||||
// TEMPLATE: LEGO1 0x100a80a0
|
||||
// map<char const *,ViewLODList *,ROINameComparator,allocator<ViewLODList *> >::~map<char const *,ViewLODList *,ROINameComparator,allocator<ViewLODList *> >
|
||||
// clang-format on
|
||||
|
||||
// TEMPLATE: LEGO1 0x100a70e0
|
||||
// Map<char const *,ViewLODList *,ROINameComparator>::~Map<char const *,ViewLODList *,ROINameComparator>
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// ViewLODList implementation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user