pmd-sky/include/main_02008254.h
2024-11-15 00:45:33 -05:00

12 lines
242 B
C

#ifndef PMDSKY_MAIN_02008254_H
#define PMDSKY_MAIN_02008254_H
#include <file.h>
// Gets the size of an open file.
// file: file_stream pointer
// return: file size
u32 FileGetSize(struct file_stream* file);
#endif //PMDSKY_MAIN_02008254_H