mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 22:19:12 +00:00
string_view refactor
This commit is contained in:
@@ -64,7 +64,7 @@ struct PAK : BigDNA
|
||||
DECL_EXPLICIT_DNA
|
||||
|
||||
const Entry* lookupEntry(const UniqueID64& id) const;
|
||||
const Entry* lookupEntry(const std::string& name) const;
|
||||
const Entry* lookupEntry(std::string_view name) const;
|
||||
std::string bestEntryName(const Entry& entry, bool& named) const;
|
||||
|
||||
typedef UniqueID64 IDType;
|
||||
|
||||
Reference in New Issue
Block a user