Some work on m_do_ext (#1988)

* Some work on m_do_ext

* Work on m_do_ext
This commit is contained in:
hatal175
2023-11-17 23:02:12 -08:00
committed by GitHub
parent 519e780f66
commit c31a6f988c
12 changed files with 280 additions and 455 deletions
+4
View File
@@ -222,4 +222,8 @@ inline void* JKRGetTypeResource(u32 tag, const char* name, JKRArchive* arc) {
return JKRArchive::getGlbResource(tag, name, arc);
}
inline bool JKRRemoveResource(void* resource, JKRFileLoader* fileLoader) {
return JKRFileLoader::removeResource(resource, fileLoader);
}
#endif