mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 18:17:02 +00:00
Initial PATH cooking support
This commit is contained in:
@@ -10,11 +10,11 @@ struct SAVW : DNAMP1::SAVW
|
||||
{
|
||||
AT_DECL_DNA_YAML
|
||||
Value<atUint32> systemVarCount;
|
||||
Vector<SAVWCommon::EnvironmentVariable, DNA_COUNT(systemVarCount)> systemVars;
|
||||
Vector<SAVWCommon::EnvironmentVariable, AT_DNA_COUNT(systemVarCount)> systemVars;
|
||||
Value<atUint32> gameVarCount;
|
||||
Vector<SAVWCommon::EnvironmentVariable, DNA_COUNT(gameVarCount)> gameVars;
|
||||
Vector<SAVWCommon::EnvironmentVariable, AT_DNA_COUNT(gameVarCount)> gameVars;
|
||||
Value<atUint32> gameObjectCount;
|
||||
Vector<atUint32, DNA_COUNT(gameObjectCount)> gameObjects;
|
||||
Vector<atUint32, AT_DNA_COUNT(gameObjectCount)> gameObjects;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user