pokeheartgold/include/gf_gfx_loader.h
2021-12-14 16:56:53 -05:00

16 lines
302 B
C

#ifndef POKEHEARTGOLD_GF_GFX_LOADER_H
#define POKEHEARTGOLD_GF_GFX_LOADER_H
#include "filesystem.h"
void *GfGfxLoader_LoadFromNarc_GetSizeOut(
NarcId narcId,
s32 fileId,
BOOL isCompressed,
HeapID heapId,
BOOL allocAtEnd,
u32 *size_p
);
#endif //POKEHEARTGOLD_GF_GFX_LOADER_H