mirror of
https://github.com/fail0verflow/hbc.git
synced 2024-11-06 01:55:15 +01:00
11 lines
125 B
C
11 lines
125 B
C
#ifndef _DVD_H_
|
|
#define _DVD_H_
|
|
|
|
#include <gctypes.h>
|
|
|
|
s32 WiiDVD_StopMotorAsync(void);
|
|
void WiiDVD_ShutDown(void);
|
|
|
|
#endif
|
|
|