hbc/channel/channelapp/source/dvd.h
2016-11-23 14:35:12 +09:00

11 lines
125 B
C

#ifndef _DVD_H_
#define _DVD_H_
#include <gctypes.h>
s32 WiiDVD_StopMotorAsync(void);
void WiiDVD_ShutDown(void);
#endif