mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 07:24:42 -05:00
9 lines
186 B
C
9 lines
186 B
C
#ifndef PMDSKY_MAIN_PACK_H
|
|
#define PMDSKY_MAIN_PACK_H
|
|
|
|
#include <files/pack.h>
|
|
|
|
u32 GetFileLengthInPack(struct pack_file_opened* pack_file, u32 file_index);
|
|
|
|
#endif //PMDSKY_MAIN_PACK_H
|