mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
enforce use of type MutexRef
svn-id: r8778
This commit is contained in:
parent
d098334fe6
commit
8a7d540687
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user