enforce use of type MutexRef

svn-id: r8778
This commit is contained in:
Max Horn 2003-07-05 15:20:16 +00:00
parent d098334fe6
commit 8a7d540687

View File

@ -38,7 +38,7 @@
*/
class OSystem {
public:
typedef void *MutexRef;
typedef struct Mutex *MutexRef;
typedef int ThreadProc(void *param);
typedef void SoundProc(void *param, byte *buf, int len);
//typedef int TimerProc(int interval);