mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:04:56 +00:00
Massive template-based DNA refactor
This commit is contained in:
@@ -9,10 +9,10 @@ namespace DataSpec::DNAParticle
|
||||
{
|
||||
|
||||
template <class IDType>
|
||||
struct SWSH : public BigYAML
|
||||
struct SWSH : public BigDNA
|
||||
{
|
||||
static const char* DNAType() { return "SWSH"; }
|
||||
const char* DNATypeV() const { return DNAType(); }
|
||||
AT_DECL_EXPLICIT_DNA_YAML
|
||||
AT_SUBDECL_DNA
|
||||
|
||||
IntElementFactory x0_PSLT;
|
||||
RealElementFactory x4_TIME;
|
||||
@@ -42,13 +42,6 @@ struct SWSH : public BigYAML
|
||||
uint16_t dummy = 0;
|
||||
};
|
||||
|
||||
|
||||
void read(athena::io::YAMLDocReader& r);
|
||||
void write(athena::io::YAMLDocWriter& w) const;
|
||||
size_t binarySize(size_t __isz) const;
|
||||
void read(athena::io::IStreamReader& r);
|
||||
void write(athena::io::IStreamWriter& w) const;
|
||||
|
||||
SWSH()
|
||||
{
|
||||
x44_25_CROS = true;
|
||||
|
||||
Reference in New Issue
Block a user