-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSharedBase.h
157 lines (152 loc) · 5.11 KB
/
SharedBase.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
#ifndef SHAREDBASE_H_INCLUDED
#define SHAREDBASE_H_INCLUDED
// PhysX declarations (external)
class NxVec3;
#include "SharedBase/ge_def.h"
#include "SharedBase/ge_types.h"
#include "SharedBase/ge_system.h"
#include "SharedBase/ge_timer.h"
#include "SharedBase/ge_clock.h"
#include "SharedBase/ge_fpuadmin.h"
#include "SharedBase/ge_criticalsection.h"
#include "SharedBase/ge_locksystem.h"
#include "SharedBase/ge_mempool.h"
#include "SharedBase/ge_memorysubsystemstack.h"
#include "SharedBase/ge_memoryadmin.h"
#include "SharedBase/ge_memory.h"
#include "SharedBase/ge_memoryguard.h"
#include "SharedBase/ge_validatememory.h"
#include "SharedBase/ge_enginedialogs.h"
#include "SharedBase/ge_arraybase.h"
#include "SharedBase/ge_arraymap.h"
#include "SharedBase/ge_objarray.h"
#include "SharedBase/ge_valarray.h"
#include "SharedBase/ge_ptrarray.h"
#include "SharedBase/ge_autoptrarray.h"
#include "SharedBase/ge_arraysortbase.h"
#include "SharedBase/ge_mapbase.h"
#include "SharedBase/ge_valmap.h"
#include "SharedBase/ge_objmap.h"
#include "SharedBase/ge_objstack.h"
#include "SharedBase/ge_queuebase.h"
#include "SharedBase/ge_valqueue.h"
#include "SharedBase/ge_gcmemgeneration.h"
#include "SharedBase/ge_gcmem.h"
#include "SharedBase/ge_messageadmin.h"
#include "SharedBase/ge_message.h"
#include "SharedBase/ge_erroradmin.h"
#include "SharedBase/ge_error.h"
class bCUnicodeString;
#include "SharedBase/ge_string.h"
#include "SharedBase/ge_stringmap.h"
#include "SharedBase/ge_unicodestring.h"
#include "SharedBase/ge_guid.h"
#include "SharedBase/ge_datetime.h"
#include "SharedBase/ge_variant.h"
#include "SharedBase/ge_profilenode.h"
#include "SharedBase/ge_profilemanager.h"
#include "SharedBase/ge_istream.h"
#include "SharedBase/ge_ostream.h"
#include "SharedBase/ge_iostream.h"
#include "SharedBase/ge_commandline.h"
#include "SharedBase/ge_file.h"
#include "SharedBase/ge_filesystem.h"
#include "SharedBase/ge_memorystream.h"
#include "SharedBase/ge_nullstream.h"
#include "SharedBase/ge_postream.h"
class bCMd5;
#include "SharedBase/ge_propertyid.h"
#include "SharedBase/ge_md5.h"
#include "SharedBase/ge_bitfield.h"
#include "SharedBase/ge_trackbitfield.h"
#include "SharedBase/ge_point.h"
#include "SharedBase/ge_rect.h"
class bCMatrix2;
#include "SharedBase/ge_vector2.h"
#include "SharedBase/ge_matrix2.h"
#include "SharedBase/ge_sphericalrotation.h"
class bCMatrix;
class bCMatrix3;
#include "SharedBase/ge_vector.h"
#include "SharedBase/ge_vector4.h"
class bCEulerAngles;
class bCQuaternion;
#include "SharedBase/ge_axisangle.h"
#include "SharedBase/ge_eulerangles.h"
#include "SharedBase/ge_quaternion.h"
#include "SharedBase/ge_matrix3.h"
#include "SharedBase/ge_motion.h"
#include "SharedBase/ge_matrix.h"
#include "SharedBase/ge_eigenvector.h"
#include "SharedBase/ge_capsule.h"
class bCBox;
class bCRay;
#include "SharedBase/ge_plane.h"
class bCFrustum;
class bCLine;
class bCSphere;
class bCStretch;
class bCUnitedRay;
#include "SharedBase/ge_triangle.h"
#include "SharedBase/ge_ray.h"
#include "SharedBase/ge_line.h"
#include "SharedBase/ge_stretch.h"
#include "SharedBase/ge_unitedray.h"
#include "SharedBase/ge_volume.h"
#include "SharedBase/ge_box.h"
#include "SharedBase/ge_frustum.h"
#include "SharedBase/ge_sphere.h"
class bCInfDoubleCylinder;
#include "SharedBase/ge_infcylinder.h"
#include "SharedBase/ge_infdoublecylinder.h"
#include "SharedBase/ge_orientedbox.h"
#include "SharedBase/ge_octtree.h"
#include "SharedBase/ge_flexiblevertexformat.h"
#include "SharedBase/ge_flexiblevertexptr.h"
#include "SharedBase/ge_mersennetwister.h"
#include "SharedBase/ge_random.h"
#include "SharedBase/ge_range1.h"
#include "SharedBase/ge_range2.h"
#include "SharedBase/ge_range3.h"
#include "SharedBase/ge_range4.h"
#include "SharedBase/ge_noise.h"
#include "SharedBase/ge_ebertnoise.h"
#include "SharedBase/ge_peacheynoise.h"
#include "SharedBase/ge_perlinnoise.h"
class bCByteAlphaColor;
class bCByteColor;
class bCFloatAlphaColor;
class bCFloatColor;
class bCFloatColorHSV;
#include "SharedBase/ge_colorbase.h"
#include "SharedBase/ge_bytecolor.h"
#include "SharedBase/ge_bytealphacolor.h"
#include "SharedBase/ge_floatcolor.h"
#include "SharedBase/ge_floatalphacolor.h"
#include "SharedBase/ge_floatcolorhsv.h"
#include "SharedBase/ge_xmlparsernode.h"
#include "SharedBase/ge_xmlparser.h"
#include "SharedBase/ge_classnamebase.h"
#include "SharedBase/ge_classname.h"
class bCPropertyConverter;
#include "SharedBase/ge_propertyconverterptr.h"
class bCObjectBase;
#include "SharedBase/ge_propertyconverter.h"
class bCPropertyObjectTypeBase;
#include "SharedBase/ge_propertytypebase.h"
#include "SharedBase/ge_propertyobjecttypebase.h"
#include "SharedBase/ge_objectbase.h"
#include "SharedBase/ge_propertymacros.h"
#include "SharedBase/ge_objectrefbase.h"
#include "SharedBase/ge_event.h"
#include "SharedBase/ge_thread.h"
#include "SharedBase/ge_threadex.h"
#include "SharedBase/ge_threadobjectrefbase.h"
#include "SharedBase/ge_accessorcreator.h"
#include "SharedBase/ge_accessorpropertyobject.h"
#include "SharedBase/ge_accessorproperty.h"
#include "SharedBase/ge_zoneraster.h"
#include "SharedBase/ge_obsoleteclass.h"
#include "SharedBase/ge_propertycontainer.h"
GE_DLLIMPORT_EXTC GEFloat g_fFOV;
#endif