SSBM Decomp
Loading...
Searching...
No Matches
forward.h
Go to the documentation of this file.
1#ifndef DOLPHIN_DVD_FORWARD_H
2#define DOLPHIN_DVD_FORWARD_H
3
4#include <platform.h>
5
7
8typedef void (*DVDCBCallback)(s32 result, DVDCommandBlock* block);
9
10#endif
void(* DVDCBCallback)(s32 result, DVDCommandBlock *block)
Definition forward.h:8
signed long s32
A signed 32-bit integer.
Definition platform.h:14
Definition dvd.h:39