SSBM Decomp
Loading...
Searching...
No Matches
fstload.h
Go to the documentation of this file.
1#ifndef DOLPHIN_DVD_FSTLOAD_H
2#define DOLPHIN_DVD_FSTLOAD_H
3
4#include <platform.h>
5
7
8void __fstLoad(void);
9
10void cb(s32 param_1, DVDCommandBlock* block);
11
12#endif
void __fstLoad(void)
Definition fstload.c:44
void cb(s32 param_1, DVDCommandBlock *block)
Definition fstload.c:21
signed long s32
A signed 32-bit integer.
Definition platform.h:14
Definition dvd.h:39