Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
MWCriticalSection_gc.h
Go to the documentation of this file.
1
#ifndef UTILS_GC_MWCRITICALSECTION_GC_H
2
#define UTILS_GC_MWCRITICALSECTION_GC_H
3
4
#include <types.h>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
void
MWExitCriticalSection
(
unsigned
int
* section);
11
void
MWEnterCriticalSection
(
unsigned
int
* section);
12
void
MWInitializeCriticalSection
(
unsigned
int
*);
13
14
#ifdef __cplusplus
15
}
16
#endif
17
18
#endif
/* UTILS_GC_MWCRITICALSECTION_GC_H */
MWInitializeCriticalSection
void MWInitializeCriticalSection(unsigned int *)
MWExitCriticalSection
void MWExitCriticalSection(unsigned int *section)
MWEnterCriticalSection
void MWEnterCriticalSection(unsigned int *section)
include
TRK_MINNOW_DOLPHIN
utils
gc
MWCriticalSection_gc.h
Generated by
1.12.0