mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
6 lines
141 B
C++
6 lines
141 B
C++
#include "JSystem/JKernel/JKRArchive.hpp"
|
|
|
|
s32 JKRArchive::getExpandedResSize(const void* pResource) const
|
|
{
|
|
return getResSize(pResource);
|
|
} |