2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-28 07:11:52 +00:00

ObjLoading: Add basis for Iwi loading

This commit is contained in:
Jan
2020-02-07 20:55:10 +01:00
parent 589347ce08
commit 5bda400acb
5 changed files with 104 additions and 23 deletions

View File

@ -168,7 +168,9 @@ public:
{
if(entry.key.nameHash == nameHash && entry.key.dataHash == dataHash)
{
// TODO: Implement ipak reader as IFile interface and use here
__asm nop;
return nullptr;
}
}