mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:47:42 +00:00
Huge compile performance refactor
This commit is contained in:
@@ -5,13 +5,10 @@
|
||||
#include <string>
|
||||
#include "DNACommon/DNACommon.hpp"
|
||||
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace AssetNameMap
|
||||
namespace DataSpec::AssetNameMap
|
||||
{
|
||||
void InitAssetNameMap();
|
||||
const std::string* TranslateIdToName(const UniqueID32&);
|
||||
const std::string* TranslateIdToName(const UniqueID64&);
|
||||
}
|
||||
}
|
||||
#endif // _DATASPEC_ASSETNAMEMAP_HPP_
|
||||
|
||||
Reference in New Issue
Block a user