mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
Huge compile performance refactor
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
#include "../DNACommon/SAVWCommon.hpp"
|
||||
#include "DNAMP3.hpp"
|
||||
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAMP3
|
||||
namespace DataSpec::DNAMP3
|
||||
{
|
||||
struct Scan : BigYAML
|
||||
{
|
||||
@@ -47,6 +45,5 @@ struct SAVW : BigYAML
|
||||
Vector<SavedState, DNA_COUNT(gameObjectCount)> gameObjects;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __DNAMP3_SAVW_HPP__
|
||||
|
||||
Reference in New Issue
Block a user