]> Shamusworld >> Repos - virtualjaguar/blob - src/file.h
7fa3daf4907687a08d6d9d420df4de9300e2aa0a
[virtualjaguar] / src / file.h
1 //
2 // FILE.H
3 //
4 // File support
5 //
6
7 #ifndef __FILE_H__
8 #define __FILE_H__
9
10 #include "types.h"
11
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15
16 uint32 JaguarLoadROM(uint8 * rom, char * path);
17 bool JaguarLoadFile(char * path);
18
19 #ifdef __cplusplus
20 }
21 #endif
22
23 #endif  // __FILE_H__