From 0bb1982bcdb64f894e14db7a44b2485bd7945e04 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Thu, 8 Apr 2021 18:49:18 +0200 Subject: [PATCH] Delete VectorInt.h. --- Source/Engine/Core/Math/VectorInt.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Source/Engine/Core/Math/VectorInt.h diff --git a/Source/Engine/Core/Math/VectorInt.h b/Source/Engine/Core/Math/VectorInt.h deleted file mode 100644 index d9611d615..000000000 --- a/Source/Engine/Core/Math/VectorInt.h +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. - -#pragma once - -#include "Int2.h" -#include "Int3.h" -#include "Int4.h"