/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or the license accompanying this file. Do not * remove or modify any license notices. This file is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * */ #include "StdAfx.h" #include #if !defined(AZ_COMPILER_CLANG) #ifndef AZ_MONOLITHIC_BUILD // Include common type defines for static linking // Manually instantiate templates as needed here. #include "Common_TypeInfo.h" STRUCT_INFO_T_INSTANTIATE(Vec2_tpl, ) STRUCT_INFO_T_INSTANTIATE(Vec2_tpl, ) STRUCT_INFO_T_INSTANTIATE(Vec4_tpl, ) STRUCT_INFO_T_INSTANTIATE(Vec3_tpl, ) STRUCT_INFO_T_INSTANTIATE(Vec3_tpl, ) STRUCT_INFO_T_INSTANTIATE(Ang3_tpl, ) STRUCT_INFO_T_INSTANTIATE(Quat_tpl, ) STRUCT_INFO_T_INSTANTIATE(Plane_tpl, ) STRUCT_INFO_T_INSTANTIATE(Matrix33_tpl, ) STRUCT_INFO_T_INSTANTIATE(Color_tpl, ) STRUCT_INFO_T_INSTANTIATE(Color_tpl, ) #endif // AZ_MONOLITHIC_BUILD #endif