Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
utility.h
Go to the documentation of this file.
1
#ifndef MSL_UTILITY_H_
2
#define MSL_UTILITY_H_
3
4
namespace
std
{
5
template
<
class
T1,
class
T2>
6
struct
pair {
7
T1
first
;
8
T2
second
;
9
10
pair
() {
11
first
=
T1
();
12
second
=
T2
();
13
}
14
};
15
}
// namespace std
16
17
#endif
cLib_calcTimer
T cLib_calcTimer(T *value)
Definition
c_lib.h:74
std
Definition
d_a_e_wb.cpp:12
std::pair::first
T1 first
Definition
utility.h:7
std::pair::pair
pair()
Definition
utility.h:10
std::pair::second
T2 second
Definition
utility.h:8
src
PowerPC_EABI_Support
MSL
MSL_C++
MSL_Common
Include
utility.h
Generated by
1.9.8