2
0
mirror of https://github.com/FIX94/hbc.git synced 2025-01-21 15:41:16 +01:00
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