Update sead

This commit is contained in:
Léo Lam
2021-03-27 15:51:57 +01:00
parent d3fb90da2c
commit 24be360af1
6 changed files with 4 additions and 18 deletions
-3
View File
@@ -5,9 +5,6 @@
namespace uking {
SEAD_ENUM_IMPL(aoc2::HardModeChange)
SEAD_ENUM_IMPL(aoc2::Flag)
SEAD_ENUM_IMPL(aoc2::MultiplierType)
SEAD_SINGLETON_DISPOSER_IMPL(aoc2)
namespace {
+1 -7
View File
@@ -1,9 +1,3 @@
#include "KingSystem/ActorSystem/actAttention.h"
namespace ksys::act {
SEAD_ENUM_IMPL(AttActionType)
SEAD_ENUM_IMPL(AttPriorityType)
} // namespace ksys::act
namespace ksys::act {} // namespace ksys::act
-2
View File
@@ -2,8 +2,6 @@
namespace ksys::gdt {
SEAD_ENUM_IMPL(FlagType)
FlagProperties::FlagProperties() = default;
FlagProperties::~FlagProperties() = default;
@@ -2,9 +2,6 @@
namespace ksys::res {
SEAD_ENUM_IMPL(DamageParam::DamageSize)
SEAD_ENUM_IMPL(DamageParam::DamageSource)
DamageParam::DamageParam() : ParamIO("dmgparam", 0) {}
bool DamageParam::parse_(u8* data, size_t, sead::Heap* heap) {