mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-04 17:58:21 -05:00
10 lines
244 B
C
10 lines
244 B
C
#ifndef PMDSKY_MAIN_0207F818_H
|
|
#define PMDSKY_MAIN_0207F818_H
|
|
|
|
#include <file.h>
|
|
|
|
s32 FS_ReadFile(struct file_stream* file, u8* buf, s32 size);
|
|
u32 FS_SeekFile(struct file_stream* file, s32 offset, u32 whence);
|
|
|
|
#endif //PMDSKY_MAIN_0207F818_H
|