hbc/channel/channelapp/source/dvd.h

11 lines
125 B
C
Raw Normal View History

2016-11-23 06:35:12 +01:00
#ifndef _DVD_H_
#define _DVD_H_
#include <gctypes.h>
s32 WiiDVD_StopMotorAsync(void);
void WiiDVD_ShutDown(void);
#endif