Itsa me, quake3io!
This commit is contained in:
parent
dbe4ddb103
commit
5b755058f5
1409 changed files with 798983 additions and 798983 deletions
14
common/mutex.h
Normal file → Executable file
14
common/mutex.h
Normal file → Executable file
|
@ -19,10 +19,10 @@ along with Foobar; if not, write to the Free Software
|
|||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
===========================================================================
|
||||
*/
|
||||
|
||||
|
||||
typedef void *mutex_t;
|
||||
|
||||
void MutexLock (mutex_t *m);
|
||||
void MutexUnlock (mutex_t *m);
|
||||
mutex_t *MutexAlloc(void);
|
||||
|
||||
|
||||
typedef void *mutex_t;
|
||||
|
||||
void MutexLock (mutex_t *m);
|
||||
void MutexUnlock (mutex_t *m);
|
||||
mutex_t *MutexAlloc(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue