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

12 lines
300 B
C

#ifndef PMDSKY_MAIN_0207F3E4_H
#define PMDSKY_MAIN_0207F3E4_H
#include <file.h>
// Initializes a file_stream structure for file I/O.
// This function must always be called before opening a file.
// file: file_stream pointer
void FileInit(struct file_stream* file);
#endif //PMDSKY_MAIN_0207F3E4_H