mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Removed CommonTypes.h, it's redundant because with precompiled header, Windows.h defines are available everywhere
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef DWORD
|
||||
typedef unsigned long DWORD;
|
||||
typedef unsigned char BYTE;
|
||||
#endif // !DWORD
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "..\CommonTypes.h"
|
||||
#include "Structs.h"
|
||||
|
||||
//
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include "..\CommonTypes.h"
|
||||
#include "VariableOffsets.h"
|
||||
#include "Structs.h"
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "..\..\..\CommonTypes.h"
|
||||
#include "..\..\..\FalloutEngine\Fallout2.h"
|
||||
#include "..\..\Criticals.h"
|
||||
#include "..\..\Knockback.h"
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "..\..\..\CommonTypes.h"
|
||||
#include "..\..\..\FalloutEngine\Fallout2.h"
|
||||
#include "..\..\..\SafeWrite.h"
|
||||
#include "..\..\LoadGameHook.h"
|
||||
|
||||
@@ -240,7 +240,6 @@
|
||||
<ClInclude Include="Modules\Console.h" />
|
||||
<ClInclude Include="Modules\Scripting\Handlers\Anims.h" />
|
||||
<ClInclude Include="Modules\Scripting\Arrays.h" />
|
||||
<ClInclude Include="CommonTypes.h" />
|
||||
<ClInclude Include="Modules\Scripting\Handlers\Core.h" />
|
||||
<ClInclude Include="Modules\Scripting\Handlers\FileSystem.h" />
|
||||
<ClInclude Include="Modules\Scripting\Handlers\Graphics.h" />
|
||||
|
||||
@@ -180,7 +180,6 @@
|
||||
<ClInclude Include="Modules\Scripting\Handlers\Worldmap.h">
|
||||
<Filter>Modules\Scripting\Handlers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="CommonTypes.h" />
|
||||
<ClInclude Include="Modules\Scripting\OpcodeContext.h">
|
||||
<Filter>Modules\Scripting</Filter>
|
||||
</ClInclude>
|
||||
@@ -242,11 +241,13 @@
|
||||
<ClInclude Include="FalloutEngine\FunctionOffsets_def.h">
|
||||
<Filter>FalloutEngine</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="FalloutEngine\VariableOffsets.h" />
|
||||
<ClInclude Include="stdafx.h" />
|
||||
<ClInclude Include="Modules\MainLoopHook.h">
|
||||
<Filter>Modules</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="FalloutEngine\VariableOffsets.h">
|
||||
<Filter>FalloutEngine</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="main.cpp" />
|
||||
|
||||
Reference in New Issue
Block a user