mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 15:42:34 -05:00
9 lines
158 B
C
9 lines
158 B
C
#ifndef PMDSKY_MAIN_02008254_H
|
|
#define PMDSKY_MAIN_02008254_H
|
|
|
|
#include <file.h>
|
|
|
|
u32 FileGetSize(struct file_stream* file);
|
|
|
|
#endif //PMDSKY_MAIN_02008254_H
|