Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
WindowsPlatformMath.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#if !PLATFORM_WINDOWS
6 #error this code should only be included on Windows
7#endif
8
9#if PLATFORM_CPU_X86_FAMILY
10 #include <intrin.h>
11 #include <smmintrin.h>
12#endif
13
14#include "Microsoft/MicrosoftPlatformMath.h"
15
FWindowsPlatformMath FPlatformMath
FMicrosoftPlatformMathBase FWindowsPlatformMath