|
20 | 20 | #include "Sonicteam/AlertWindowTask.h" |
21 | 21 | #include "Sonicteam/AppMarathon.h" |
22 | 22 | #include "Sonicteam/AudioEngineXenon.h" |
| 23 | +#include "Sonicteam/BasicIScriptParamsDesc.h" |
23 | 24 | #include "Sonicteam/ButtonWindowTask.h" |
24 | 25 | #include "Sonicteam/CObjBalloonIconDrawable.h" |
25 | 26 | #include "Sonicteam/Camera/CameraMode.h" |
|
55 | 56 | #include "Sonicteam/HintWindowTask.h" |
56 | 57 | #include "Sonicteam/HudTextParts.h" |
57 | 58 | #include "Sonicteam/ImageFilter.h" |
| 59 | +#include "Sonicteam/KeyframedPath.h" |
58 | 60 | #include "Sonicteam/MainDisplayTask.h" |
59 | 61 | #include "Sonicteam/MainMenuTask.h" |
60 | 62 | #include "Sonicteam/MainMode.h" |
|
85 | 87 | #include "Sonicteam/NoSyncThread.h" |
86 | 88 | #include "Sonicteam/ObjectVehicle.h" |
87 | 89 | #include "Sonicteam/ObjectVehicleBike.h" |
| 90 | +#include "Sonicteam/Package.h" |
| 91 | +#include "Sonicteam/PackageBinary.h" |
| 92 | +#include "Sonicteam/PathAnimation/Animation.h" |
| 93 | +#include "Sonicteam/PathAnimation/Controller.h" |
| 94 | +#include "Sonicteam/PathAnimation/Entity.h" |
88 | 95 | #include "Sonicteam/PauseAdapter.h" |
89 | 96 | #include "Sonicteam/PauseTask.h" |
| 97 | +#include "Sonicteam/Player/AllListener.h" |
| 98 | +#include "Sonicteam/Player/Gravity.h" |
| 99 | +#include "Sonicteam/Player/GroundListener.h" |
90 | 100 | #include "Sonicteam/Player/GroundRayListener.h" |
91 | 101 | #include "Sonicteam/Player/ICollisionListener.h" |
92 | 102 | #include "Sonicteam/Player/ICollisionListenerTemplate.h" |
93 | 103 | #include "Sonicteam/Player/IDynamicLink.h" |
94 | 104 | #include "Sonicteam/Player/IEventerListener.h" |
95 | 105 | #include "Sonicteam/Player/IExportExternalFlag.h" |
96 | 106 | #include "Sonicteam/Player/IExportPostureRequestFlag.h" |
| 107 | +#include "Sonicteam/Player/IExportVehicleFlag.h" |
97 | 108 | #include "Sonicteam/Player/IExportWeaponRequestFlag.h" |
98 | 109 | #include "Sonicteam/Player/IFlagCommunicator.h" |
| 110 | +#include "Sonicteam/Player/IForce.h" |
99 | 111 | #include "Sonicteam/Player/IGauge.h" |
| 112 | +#include "Sonicteam/Player/IImportAnimation.h" |
| 113 | +#include "Sonicteam/Player/ILoad.h" |
| 114 | +#include "Sonicteam/Player/IModel.h" |
100 | 115 | #include "Sonicteam/Player/INotification.h" |
| 116 | +#include "Sonicteam/Player/IPath.h" |
101 | 117 | #include "Sonicteam/Player/IPlugIn.h" |
102 | 118 | #include "Sonicteam/Player/IPostureControl.h" |
103 | 119 | #include "Sonicteam/Player/IPosturePlugIn.h" |
|
113 | 129 | #include "Sonicteam/Player/Input/IListener.h" |
114 | 130 | #include "Sonicteam/Player/Input/ListenerNormal.h" |
115 | 131 | #include "Sonicteam/Player/Input/TimedAction.h" |
| 132 | +#include "Sonicteam/Player/Load.h" |
| 133 | +#include "Sonicteam/Player/MovableBody.h" |
116 | 134 | #include "Sonicteam/Player/Object.h" |
| 135 | +#include "Sonicteam/Player/PhysicsBodyList.h" |
117 | 136 | #include "Sonicteam/Player/PostureControl.h" |
| 137 | +#include "Sonicteam/Player/PostureEdge.h" |
| 138 | +#include "Sonicteam/Player/PostureVehicle.h" |
| 139 | +#include "Sonicteam/Player/RealGroundRayListener.h" |
118 | 140 | #include "Sonicteam/Player/RootFrame.h" |
| 141 | +#include "Sonicteam/Player/RotationGravityAxis.h" |
119 | 142 | #include "Sonicteam/Player/Score.h" |
120 | 143 | #include "Sonicteam/Player/SonicGauge.h" |
121 | 144 | #include "Sonicteam/Player/State/CommonContext.h" |
122 | 145 | #include "Sonicteam/Player/State/CommonFall.h" |
| 146 | +#include "Sonicteam/Player/State/CommonGrind.h" |
123 | 147 | #include "Sonicteam/Player/State/CommonObject.h" |
| 148 | +#include "Sonicteam/Player/State/CommonSpringTemplate.h" |
124 | 149 | #include "Sonicteam/Player/State/ContextSpeedAndJump.h" |
125 | 150 | #include "Sonicteam/Player/State/ICommonContext.h" |
126 | 151 | #include "Sonicteam/Player/State/ICommonContextIF.h" |
|
130 | 155 | #include "Sonicteam/Player/State/Object2.h" |
131 | 156 | #include "Sonicteam/Player/State/SonicContext.h" |
132 | 157 | #include "Sonicteam/Player/State/SonicObject.h" |
| 158 | +#include "Sonicteam/Player/State/SonicState.h" |
133 | 159 | #include "Sonicteam/Player/State/TailsContext.h" |
134 | 160 | #include "Sonicteam/Player/State/TailsFlight.h" |
135 | 161 | #include "Sonicteam/Player/Unit/ITestCase.h" |
| 162 | +#include "Sonicteam/Player/WallListener.h" |
| 163 | +#include "Sonicteam/Player/WallRayListener.h" |
136 | 164 | #include "Sonicteam/Player/Weapon/SonicWeapons.h" |
137 | 165 | #include "Sonicteam/Player/Zock.h" |
138 | 166 | #include "Sonicteam/PropFixture.h" |
|
187 | 215 | #include "Sonicteam/SaveDataTask.h" |
188 | 216 | #include "Sonicteam/SaveDataTaskXENON.h" |
189 | 217 | #include "Sonicteam/SelectWindowTask.h" |
| 218 | +#include "Sonicteam/SoX/AI/State.h" |
190 | 219 | #include "Sonicteam/SoX/AI/StateMachine.h" |
191 | 220 | #include "Sonicteam/SoX/ApplicationXenon.h" |
| 221 | +#include "Sonicteam/SoX/Array.h" |
192 | 222 | #include "Sonicteam/SoX/Audio/Cue.h" |
193 | 223 | #include "Sonicteam/SoX/Audio/IAudioEngine.h" |
194 | 224 | #include "Sonicteam/SoX/Audio/Player.h" |
|
199 | 229 | #include "Sonicteam/SoX/Engine/DocMode.h" |
200 | 230 | #include "Sonicteam/SoX/Engine/RenderProcess.h" |
201 | 231 | #include "Sonicteam/SoX/Engine/Task.h" |
| 232 | +#include "Sonicteam/SoX/Graphics/AnimationUserDataListener.h" |
202 | 233 | #include "Sonicteam/SoX/Graphics/Device.h" |
203 | 234 | #include "Sonicteam/SoX/Graphics/Frame.h" |
204 | 235 | #include "Sonicteam/SoX/Graphics/FrameGP.h" |
205 | 236 | #include "Sonicteam/SoX/Graphics/FrameObserver.h" |
206 | 237 | #include "Sonicteam/SoX/Graphics/Technique.h" |
207 | 238 | #include "Sonicteam/SoX/Graphics/TechniqueFXL.h" |
| 239 | +#include "Sonicteam/SoX/Graphics/Texture.h" |
208 | 240 | #include "Sonicteam/SoX/Graphics/Transforms.h" |
209 | 241 | #include "Sonicteam/SoX/Graphics/Vertex.h" |
210 | 242 | #include "Sonicteam/SoX/Graphics/Xenon/DeviceXenon.h" |
211 | 243 | #include "Sonicteam/SoX/Graphics/Xenon/TextureXenon.h" |
212 | 244 | #include "Sonicteam/SoX/IResource.h" |
213 | 245 | #include "Sonicteam/SoX/IResource2.h" |
214 | 246 | #include "Sonicteam/SoX/IResourceMgr.h" |
| 247 | +#include "Sonicteam/SoX/Input/Listener.h" |
215 | 248 | #include "Sonicteam/SoX/Input/Manager.h" |
216 | 249 | #include "Sonicteam/SoX/LinkNode.h" |
| 250 | +#include "Sonicteam/SoX/Math/Math.h" |
217 | 251 | #include "Sonicteam/SoX/Math/Matrix.h" |
218 | 252 | #include "Sonicteam/SoX/Math/Quaternion.h" |
219 | 253 | #include "Sonicteam/SoX/Math/Vector.h" |
| 254 | +#include "Sonicteam/SoX/Math/__vector.h" |
220 | 255 | #include "Sonicteam/SoX/Message.h" |
221 | 256 | #include "Sonicteam/SoX/MessageReceiver.h" |
222 | 257 | #include "Sonicteam/SoX/Object.h" |
| 258 | +#include "Sonicteam/SoX/Physics/Body.h" |
223 | 259 | #include "Sonicteam/SoX/Physics/Entity.h" |
| 260 | +#include "Sonicteam/SoX/Physics/EntityRef.h" |
224 | 261 | #include "Sonicteam/SoX/Physics/Havok/EntityHavok.h" |
225 | 262 | #include "Sonicteam/SoX/Physics/Havok/EntityHavokImp.h" |
226 | 263 | #include "Sonicteam/SoX/Physics/Havok/PhantomHavok.h" |
| 264 | +#include "Sonicteam/SoX/Physics/Havok/RayCastHavok.h" |
| 265 | +#include "Sonicteam/SoX/Physics/Havok/ShapeCastHavok.h" |
227 | 266 | #include "Sonicteam/SoX/Physics/Havok/WorldHavok.h" |
228 | 267 | #include "Sonicteam/SoX/Physics/IntersectEvent.h" |
229 | 268 | #include "Sonicteam/SoX/Physics/IntersectListener.h" |
230 | 269 | #include "Sonicteam/SoX/Physics/Phantom.h" |
231 | 270 | #include "Sonicteam/SoX/Physics/PhantomListener.h" |
| 271 | +#include "Sonicteam/SoX/Physics/RayCast.h" |
232 | 272 | #include "Sonicteam/SoX/Physics/Shape.h" |
| 273 | +#include "Sonicteam/SoX/Physics/ShapeCast.h" |
233 | 274 | #include "Sonicteam/SoX/Physics/ShapeCastEvent.h" |
234 | 275 | #include "Sonicteam/SoX/Physics/ShapeCastListener.h" |
235 | 276 | #include "Sonicteam/SoX/Physics/World.h" |
236 | 277 | #include "Sonicteam/SoX/RefCountObject.h" |
237 | 278 | #include "Sonicteam/SoX/RefSharedPointer.h" |
| 279 | +#include "Sonicteam/SoX/ResourceManager.h" |
238 | 280 | #include "Sonicteam/SoX/Scenery/Camera.h" |
239 | 281 | #include "Sonicteam/SoX/Scenery/CameraEventCallback.h" |
240 | 282 | #include "Sonicteam/SoX/Scenery/CameraImp.h" |
| 283 | +#include "Sonicteam/SoX/Scenery/Clump.h" |
241 | 284 | #include "Sonicteam/SoX/Scenery/Drawable.h" |
242 | 285 | #include "Sonicteam/SoX/Thread.h" |
243 | 286 | #include "Sonicteam/StdImageFilters/BurnoutBlurFilter.h" |
|
263 | 306 | #include "hk330/hkArray.h" |
264 | 307 | #include "hk330/hkReferencedObject.h" |
265 | 308 | #include "hk330/hkpBroadPhaseHandle.h" |
| 309 | +#include "hk330/hkpBvShape.h" |
266 | 310 | #include "hk330/hkpCdBody.h" |
267 | 311 | #include "hk330/hkpCollidable.h" |
268 | 312 | #include "hk330/hkpCollidableCollidableFilter.h" |
269 | 313 | #include "hk330/hkpCollisionFilter.h" |
270 | 314 | #include "hk330/hkpEntity.h" |
271 | 315 | #include "hk330/hkpLinkedCollidable.h" |
| 316 | +#include "hk330/hkpMotion.h" |
272 | 317 | #include "hk330/hkpPhantom.h" |
273 | 318 | #include "hk330/hkpProperty.h" |
274 | 319 | #include "hk330/hkpRayCollidableFilter.h" |
275 | 320 | #include "hk330/hkpRayShapeCollectionFilter.h" |
276 | 321 | #include "hk330/hkpRigidBody.h" |
277 | 322 | #include "hk330/hkpShape.h" |
278 | 323 | #include "hk330/hkpShapeCollectionFilter.h" |
| 324 | +#include "hk330/hkpShapeContainer.h" |
| 325 | +#include "hk330/hkpShapeSphere.h" |
| 326 | +#include "hk330/hkpSingleShapeContainer.h" |
279 | 327 | #include "hk330/hkpTypedBroadPhaseHandle.h" |
280 | 328 | #include "hk330/hkpWorld.h" |
281 | 329 | #include "hk330/hkpWorldObject.h" |
| 330 | +#include "stdx/RTTI.h" |
| 331 | +#include "stdx/deque.h" |
| 332 | +#include "stdx/list.h" |
| 333 | +#include "stdx/map.h" |
282 | 334 | #include "stdx/string.h" |
| 335 | +#include "stdx/type_info.h" |
283 | 336 | #include "stdx/vector.h" |
284 | 337 | #include "stdx/wstring.h" |
0 commit comments