mirror of
https://github.com/FIX94/hbc.git
synced 2025-01-03 23:21:54 +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
|
||
|
|