Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Ark.h
Go to the documentation of this file.
1#pragma once
2
3#define _CRT_SECURE_NO_WARNINGS
4
5#ifndef _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
6#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
7#endif
8
9#ifndef ARK_GAME
10#define ARK_GAME
11#endif
12
13#include "../Base.h"
14
15#include "Enums.h"
16#include "../UE/Math/Vector.h"
17#include "../UE/Math/Rotator.h"
18#include "../UE/NetSerialization.h"
19#include "../UE/Math/ColorList.h"
20#include "../UE/UE.h"
21#include "Inventory.h"
22#include "Other.h"
23#include "Tribe.h"
24#include "Actor.h"
25#include "GameMode.h"
26#include "GameState.h"
28
29#include "../../IApiUtils.h"
30#include "../../ICommands.h"
31#include "IHooks.h"
32#include "Tools.h"