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-18 09:02:12 +02:00
committed by GitHub
parent 645fd37c13
commit 37c58aaa2d
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