2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-29 02:05:34 +00:00
metaforce/Runtime/CNODDvdRequest.cpp
2015-08-22 20:42:29 -10:00

17 lines
178 B
C++

#include "CDvdRequest.hpp"
namespace Retro
{
void CNODDvdRequest::WaitUntilComplete()
{
}
bool CNODDvdRequest::IsComplete()
{
}
void CNODDvdRequest::PostCancelRequest()
{
}
}