Update hecl, remove stdbool includes from CTweakPlayerRes and CTweakTargeting

This commit is contained in:
Phillip Stephens 2020-04-17 11:12:47 -07:00
parent 5491f3ff23
commit 90877603e6
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
3 changed files with 4 additions and 7 deletions

View File

@ -1,8 +1,7 @@
#pragma once
#include "DataSpec/DNACommon/Tweaks/ITweakPlayerRes.hpp"
// FIXME: Remove this include when it's in the DNA headers
#include <stdbool.h>
namespace DataSpec::DNAMP1 {
template <bool NewRep>
@ -18,8 +17,8 @@ struct AT_SPECIALIZE_PARMS(true, false) CTweakPlayerRes final : ITweakPlayerRes
String<-1> m_minesBreakSecondTopIcon;
String<-1> m_minesBreakSecondBottomIcon;
String<AT_DNA_COUNT(NewRep==true ? -1 : 0)> m_mapArrowDown;
String<AT_DNA_COUNT(NewRep==true ? -1 : 0)> m_mapArrowUp;
String<AT_DNA_COUNT(NewRep == true ? -1 : 0)> m_mapArrowDown;
String<AT_DNA_COUNT(NewRep == true ? -1 : 0)> m_mapArrowUp;
String<-1> m_lStickN;
String<-1> m_lStickU;

View File

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

2
hecl

@ -1 +1 @@
Subproject commit a52732d1dea9e8e61a35fc262d46bc0730026ce9
Subproject commit 98c76fd2d6bf12e55f8e24640779774401cb1f5a