Skip to content

Commit

Permalink
Fix build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
num0005 committed Jul 15, 2018
1 parent f8e1416 commit 195744d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions H2Codez/H2Tool/Animations.inl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jmrx - replacement extended
jmz - 3d animation
jmw - world animation
*/
#include "stdafx.h"
#include "../FiloInterface.h"
#include "../stdafx.h"
#include "../Common/FiloInterface.h"
static void import_model_animations_proc_impl(filo& reference)
{
static const void* animation_import_definitions = CAST_PTR(void*, 0x97DEC8);
Expand Down
6 changes: 3 additions & 3 deletions H2Codez/H2Tool/H2ToolLibrary.inl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "../FiloInterface.h"
#include "../BasicTagTypes.h"
#include "../stdafx.h"
#include "../Common/FiloInterface.h"
#include "../Common/BasicTagTypes.h"

static const char* get_h2tool_version()
{
Expand Down
14 changes: 7 additions & 7 deletions H2Codez/H2Tool/H2Tool_Commands.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include "stdafx.h"
#include "H2Tool\ToolCommandDefinitions.inl"
#include "H2Tool\H2Tool_extra_commands.inl"
#include "H2ToolsCommon.h"
#include "util/Patches.h"
#include "Version.h"
#include "ScenarioTag.h"
#include "..\stdafx.h"
#include "ToolCommandDefinitions.inl"
#include "H2Tool_extra_commands.inl"
#include "..\Common\H2EKCommon.h"
#include "../util/Patches.h"
#include "../Version.h"
#include "../Tags/ScenarioTag.h"
#include <regex>

using namespace HaloScriptCommon;
Expand Down
4 changes: 2 additions & 2 deletions H2Codez/H2Tool/H2Tool_extra_commands.inl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "stdafx.h"
#include "../stdafx.h"
#include "H2ToolLibrary.inl"
#include "H2Tool_Render_Model.h"
#include "../FiloInterface.h"
#include "../Common/FiloInterface.h"
#include <codecvt>

#define extra_commands_count 0x43
Expand Down
2 changes: 1 addition & 1 deletion H2Codez/H2Tool/LostToolCommands.inl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
See license\OpenSauce\Halo2_CheApe for specific license information
*/
#include "stdafx.h"
#include "../stdafx.h"
#include "Animations.inl"
#include "Sounds.inl"

Expand Down
2 changes: 1 addition & 1 deletion H2Codez/H2Tool/ToolCommandDefinitions.inl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

//////////////////////////////////////////////////////////////////////////
// LostToolCommands.inl
#include "stdafx.h"
#include "../stdafx.h"
#include "LostToolCommands.inl"

static const s_tool_command_argument import_model_render_arguments[] = {
Expand Down
2 changes: 1 addition & 1 deletion H2Codez/Tags/ScenarioTag.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include "BasicTagTypes.h"
#include "../Common/BasicTagTypes.h"

struct scnr_tag
{
Expand Down

0 comments on commit 195744d

Please sign in to comment.