buildfix!

This commit is contained in:
Jordan Woyak 2013-01-10 16:29:16 -06:00
parent cc0226254d
commit a693b847f0
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ void Wiimote::RealDisconnect()
return;
}
bool Wiimote::IsOpen() const
{
return IsConnected();
}
int Wiimote::IORead(unsigned char* buf)
{
return 0;