Files
botw/lib/hkStubs/Havok/Common/Base/hkBase.h
T
2022-01-06 14:32:25 +01:00

16 lines
536 B
C

#pragma once
#include <Havok/Common/Base/Object/hkBaseObject.h>
#include <Havok/Common/Base/Object/hkReferencedObject.h>
#include <Havok/Common/Base/Types/hkBaseDefs.h>
#include <Havok/Common/Base/Types/hkBaseTypes.h>
#include <Havok/Common/Base/Types/hkRefPtr.h>
#include <Havok/Common/Base/Types/hkRefVariant.h>
#include <Havok/Common/Base/Math/hkMath.h>
#include <Havok/Common/Base/Memory/Router/hkMemoryRouter.h>
#include <Havok/Common/Base/Container/Array/hkArray.h>
#include <Havok/Common/Base/Container/String/hkStringPtr.h>