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
std
Definition
JMATrigonometric.cpp:12
std::pair
Definition
utility.h:6
std::pair::pair
pair()
Definition
utility.h:10
std::pair::second
T2 second
Definition
utility.h:8
std::pair::first
T1 first
Definition
utility.h:7
src
PowerPC_EABI_Support
MSL
MSL_C++
MSL_Common
Include
utility.h
Generated by
1.12.0