mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-04 17:58:21 -05:00
14 lines
339 B
C
14 lines
339 B
C
#ifndef PMDSKY_MAIN_0207F3E4_H
|
|
#define PMDSKY_MAIN_0207F3E4_H
|
|
|
|
#include <file.h>
|
|
|
|
void FS_Init (u32 default_dma_no);
|
|
|
|
// Initializes a file_stream structure for file I/O.
|
|
// This function must always be called before opening a file.
|
|
// file: file_stream pointer
|
|
void FS_InitFile(struct file_stream* file);
|
|
|
|
#endif //PMDSKY_MAIN_0207F3E4_H
|