1 | #pragma once |
---|---|
2 | |
3 | #include <Havok/Common/Base/Types/hkBaseDefs.h> |
4 | #include <Havok/Common/Base/Types/hkBaseTypes.h> |
5 | |
6 | #include <Havok/Common/Base/Memory/Allocator/hkMemoryAllocator.h> |
7 | |
8 | #include <Havok/Common/Base/Object/hkBaseObject.h> |
9 | #include <Havok/Common/Base/Object/hkReferencedObject.h> |
10 | #include <Havok/Common/Base/Types/hkRefPtr.h> |
11 | #include <Havok/Common/Base/Types/hkRefVariant.h> |
12 | #include <Havok/Common/Base/Types/hkUFloat8.h> |
13 | |
14 | #include <Havok/Common/Base/Math/hkMath.h> |
15 | |
16 | #include <Havok/Common/Base/Memory/Router/hkMemoryRouter.h> |
17 | |
18 | #include <Havok/Common/Base/Container/Array/hkArray.h> |
19 | #include <Havok/Common/Base/Container/Array/hkSmallArray.h> |
20 | #include <Havok/Common/Base/Container/String/hkStringPtr.h> |
21 |