|
25 | 25 | #include "Sonicteam/DocMarathonState.h" |
26 | 26 | #include "Sonicteam/GameImp.h" |
27 | 27 | #include "Sonicteam/GameMode.h" |
| 28 | +#include "Sonicteam/MyPhantom.h" |
28 | 29 | #include "Sonicteam/Player/IDynamicLink.h" |
29 | 30 | #include "Sonicteam/Player/IExportPostureRequestFlag.h" |
30 | 31 | #include "Sonicteam/Player/IExportWeaponRequestFlag.h" |
|
34 | 35 | #include "Sonicteam/Player/IScore.h" |
35 | 36 | #include "Sonicteam/Player/IStepable.h" |
36 | 37 | #include "Sonicteam/Player/IVariable.h" |
| 38 | +#include "Sonicteam/Player/IZock.h" |
| 39 | +#include "Sonicteam/Player/Zock.h" |
37 | 40 | #include "Sonicteam/Player/Object.h" |
38 | 41 | #include "Sonicteam/Player/Score.h" |
39 | 42 | #include "Sonicteam/Player/SonicGauge.h" |
|
54 | 57 | #include "Sonicteam/SoX/Engine/Doc.h" |
55 | 58 | #include "Sonicteam/SoX/Engine/DocMode.h" |
56 | 59 | #include "Sonicteam/SoX/Engine/Task.h" |
| 60 | +#include "Sonicteam/SoX/Input/Manager.h" |
57 | 61 | #include "Sonicteam/SoX/MessageReceiver.h" |
58 | 62 | #include "Sonicteam/SoX/Object.h" |
59 | | -#include "Sonicteam/SoX/Physics/Havok/WorldHavok.h" |
| 63 | +#include "Sonicteam/SoX/Math/Vector.h" |
| 64 | +#include "Sonicteam/SoX/Physics/Havok/EntityHavok.h" |
| 65 | +#include "Sonicteam/SoX/Physics/Havok/EntityHavokImp.h" |
| 66 | +#include "Sonicteam/SoX/Physics/Havok/PhantomHavok.h" |
60 | 67 | #include "Sonicteam/SoX/Physics/World.h" |
61 | | -#include "Sonicteam/SoX/Input/Manager.h" |
| 68 | +#include "Sonicteam/SoX/Physics/Entity.h" |
| 69 | +#include "Sonicteam/SoX/Physics/Phantom.h" |
62 | 70 | #include "Sonicteam/SoX/RefCountObject.h" |
63 | 71 | #include "Sonicteam/System/CreateStatic.h" |
64 | 72 | #include "Sonicteam/System/Singleton.h" |
65 | 73 | #include "Sonicteam/TitleTask.h" |
66 | 74 | #include "boost/smart_ptr/make_shared_object.h" |
67 | 75 | #include "boost/smart_ptr/shared_ptr.h" |
| 76 | +#include "Physics/RigidBody.h" |
| 77 | +#include "Physics/Entity.h" |
| 78 | +#include "Physics/Shape.h" |
68 | 79 | #include "stdx/string.h" |
69 | 80 | #include "stdx/vector.h" |
0 commit comments