Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
c_dylink.h
Go to the documentation of this file.
1#ifndef C_C_DYLINK_H
2#define C_C_DYLINK_H
3
5
6struct cDylPhs {
7 static int phase_01(void*);
8 static int phase_02(s16*);
9 static int phase_03(void*);
12};
13
16 const char* name;
17};
18
20void cDyl_InitAsync();
21
22BOOL cDyl_IsLinked(s16 i_ProfName);
23BOOL cDyl_Unlink(s16 i_ProfName);
24int cDyl_LinkASync(s16 i_ProfName);
25
27
28#endif /* C_C_DYLINK_H */
int BOOL
Definition types.h:33
signed short int s16
Definition types.h:9
Definition c_dylink.h:14
s16 mKey
Definition c_dylink.h:15
const char * name
Definition c_dylink.h:16
Definition c_dylink.h:6
static int Unlink(request_of_phase_process_class *, s16)
Definition c_dylink.cpp:1031
static int phase_02(s16 *)
Definition c_dylink.cpp:1004
static int phase_03(void *)
Definition c_dylink.cpp:1013
static int Link(request_of_phase_process_class *, s16)
Definition c_dylink.cpp:1017
static int phase_01(void *)
Definition c_dylink.cpp:1000
Definition c_phase.h:17