mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
12 lines
242 B
C
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
|