mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Huge compile performance refactor
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
#include "DNACommon.hpp"
|
||||
#include <cmath>
|
||||
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAANIM
|
||||
namespace DataSpec::DNAANIM
|
||||
{
|
||||
|
||||
union Value
|
||||
@@ -99,7 +97,6 @@ public:
|
||||
size_t& sizeOut);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // _DNACOMMON_ANIMBITSTREAM_HPP_
|
||||
|
||||
Reference in New Issue
Block a user