Ark Server API (ASA) - Wiki
|
#include "API/UE/CoreTypes.h"
#include "API/UE/Windows/WindowsPlatformCompilerSetup.h"
#include "API/UE/Windows/MinimalWindowsApi.h"
#include <intrin.h>
#include <stdint.h>
#include "API/UE/HAL/HideTCHAR.h"
#include <tchar.h>
#include "API/UE/HAL/AllowTCHAR.h"
Go to the source code of this file.
Macros | |
#define | SAFE_RELEASE(p) { if(p) { (p)->Release(); (p)=NULL; } } |
Variables | |
Windows::HINSTANCE | hInstance |
Definition at line 10 of file WindowsSystemIncludes.h.
Windows::HINSTANCE hInstance |
Definition at line 13 of file WindowsSystemIncludes.h.