You're breathtaking!
This commit is contained in:
18
Source/Engine/Core/Common.h
Normal file
18
Source/Engine/Core/Common.h
Normal file
@@ -0,0 +1,18 @@
|
||||
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
// Set of the most common types to use by the engine
|
||||
|
||||
#include "Config.h"
|
||||
#include "Enums.h"
|
||||
#include "Delegate.h"
|
||||
#include "Types/String.h"
|
||||
#include "Types/StringView.h"
|
||||
#include "Types/Guid.h"
|
||||
#include "Math/Vector2.h"
|
||||
#include "Math/Vector3.h"
|
||||
#include "Math/Vector4.h"
|
||||
#include "Math/Quaternion.h"
|
||||
#include "Collections/Array.h"
|
||||
#include "Collections/Dictionary.h"
|
||||
Reference in New Issue
Block a user