2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:47:42 +00:00

Update hecl, remove stdbool includes from CTweakPlayerRes and CTweakTargeting

This commit is contained in:
2020-04-17 11:12:47 -07:00
parent 5491f3ff23
commit 90877603e6
3 changed files with 4 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
#pragma once #pragma once
#include "DataSpec/DNACommon/Tweaks/ITweakPlayerRes.hpp" #include "DataSpec/DNACommon/Tweaks/ITweakPlayerRes.hpp"
// FIXME: Remove this include when it's in the DNA headers
#include <stdbool.h>
namespace DataSpec::DNAMP1 { namespace DataSpec::DNAMP1 {
template <bool NewRep> template <bool NewRep>

View File

@@ -1,8 +1,6 @@
#pragma once #pragma once
#include "DataSpec/DNACommon/Tweaks/ITweakTargeting.hpp" #include "DataSpec/DNACommon/Tweaks/ITweakTargeting.hpp"
// FIXME: Remove this include when it's in the DNA headers
#include <stdbool.h>
namespace DataSpec::DNAMP1 { namespace DataSpec::DNAMP1 {
template<bool NewRep> template<bool NewRep>

2
hecl

Submodule hecl updated: a52732d1de...98c76fd2d6