From 4d003de66b42c07ce13d6c94adc1015e324e925b Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Sat, 9 Jun 2018 05:22:45 -0500 Subject: [PATCH] Delete StdAfx.cpp --- 3rdParty/Storm/Source/StdAfx.cpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 3rdParty/Storm/Source/StdAfx.cpp diff --git a/3rdParty/Storm/Source/StdAfx.cpp b/3rdParty/Storm/Source/StdAfx.cpp deleted file mode 100644 index 750ee6c..0000000 --- a/3rdParty/Storm/Source/StdAfx.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// storm.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file