mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:07:43 +00:00
Huge compile performance refactor
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
|
||||
#include "DNACommon.hpp"
|
||||
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNACommon
|
||||
namespace DataSpec::DNACommon
|
||||
{
|
||||
struct EGMC : public BigDNA
|
||||
{
|
||||
@@ -22,5 +20,4 @@ struct EGMC : public BigDNA
|
||||
Vector<Object, DNA_COUNT(count)> objects;
|
||||
};
|
||||
}
|
||||
}
|
||||
#endif // _DNACOMMON_EGMC_HPP_
|
||||
|
||||
Reference in New Issue
Block a user