Descent3/mac/MACTASK.CPP
2024-04-16 12:56:40 -06:00

9 lines
264 B
C++

#include "DDAccess.h"
#include "TaskSystem.h"
#include "pserror.h"
osMutex::osMutex() {}
osMutex::~osMutex() { Destroy(); }
bool osMutex::Create() { return false; }
void osMutex::Destroy() {}
bool osMutex::Acquire(int timeout) {}
void osMutex::Release() {}