mirror of https://github.com/zeldaret/botw.git
ksys/res: Implement _GLOBAL__sub_I_resResourceASList.cpp
This commit is contained in:
parent
a5aaebd020
commit
6cf8dd42cb
|
@ -91530,7 +91530,7 @@
|
|||
0x00000071011ae260,sub_71011AE260,92,_ZThn632_NK4ksys3res6ASList18getRuntimeTypeInfoEv
|
||||
0x00000071011ae2bc,sub_71011AE2BC,8,_ZThn632_NK4ksys3res6ASList10needsParseEv
|
||||
0x00000071011ae2c4,sub_71011AE2C4,372,_ZN4ksys3res6ASList33checkDerivedRuntimeTypeInfoStaticEPKN4sead15RuntimeTypeInfo9InterfaceE
|
||||
0x00000071011ae438,sub_71011AE438,212,
|
||||
0x00000071011ae438,sub_71011AE438,212,_GLOBAL__sub_I_resResourceASList.cpp
|
||||
0x00000071011ae50c,Bmodellist::ctor,596,_ZN4ksys3res9ModelListC1Ev
|
||||
0x00000071011ae760,BmodellistSub::ctor,404,_ZN4ksys3res9ModelList9AttentionC2Ev
|
||||
0x00000071011ae8f4,sub_71011AE8F4,972,_ZN4ksys3res9ModelListD1Ev
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -3,6 +3,10 @@
|
|||
|
||||
namespace ksys::res {
|
||||
|
||||
namespace {
|
||||
[[maybe_unused]] sead::SafeArray<sead::FixedSafeString<128>, 3> sStrings;
|
||||
}
|
||||
|
||||
ASList::ASList() : ParamIO("aslist", 0) {}
|
||||
|
||||
ASList::~ASList() {
|
||||
|
|
Loading…
Reference in New Issue