mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:47:43 +00:00
Update hecl, remove stdbool includes from CTweakPlayerRes and CTweakTargeting
This commit is contained in:
@@ -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>
|
||||||
@@ -18,8 +17,8 @@ struct AT_SPECIALIZE_PARMS(true, false) CTweakPlayerRes final : ITweakPlayerRes
|
|||||||
String<-1> m_minesBreakSecondTopIcon;
|
String<-1> m_minesBreakSecondTopIcon;
|
||||||
String<-1> m_minesBreakSecondBottomIcon;
|
String<-1> m_minesBreakSecondBottomIcon;
|
||||||
|
|
||||||
String<AT_DNA_COUNT(NewRep==true ? -1 : 0)> m_mapArrowDown;
|
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_mapArrowUp;
|
||||||
|
|
||||||
String<-1> m_lStickN;
|
String<-1> m_lStickN;
|
||||||
String<-1> m_lStickU;
|
String<-1> m_lStickU;
|
||||||
|
|||||||
@@ -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
2
hecl
Submodule hecl updated: a52732d1de...98c76fd2d6
Reference in New Issue
Block a user