mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 10:00:42 +00:00
10 lines
94 B
C
10 lines
94 B
C
|
extern FILE *f;
|
||
|
|
||
|
|
||
|
void die(char *msg);
|
||
|
|
||
|
void initialise_fat();
|
||
|
|
||
|
void init_crap();
|
||
|
|
||
|
void end();
|