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