mirror of
https://github.com/jakcron/nstool
synced 2024-11-14 09:46:39 +00:00
[hac] Remove unneeded namespace in method declaration.
This commit is contained in:
parent
85eb7405b9
commit
4e6f7fed80
1 changed files with 4 additions and 4 deletions
|
@ -61,11 +61,11 @@ namespace hac
|
|||
const DeltaMetaExtendedHeader& getDeltaMetaExtendedHeader() const;
|
||||
void setDeltaMetaExtendedHeader(const DeltaMetaExtendedHeader& exhdr);
|
||||
|
||||
const fnd::List<nn::hac::ContentInfo>& getContentInfo() const;
|
||||
void setContentInfo(const fnd::List<nn::hac::ContentInfo>& info);
|
||||
const fnd::List<ContentInfo>& getContentInfo() const;
|
||||
void setContentInfo(const fnd::List<ContentInfo>& info);
|
||||
|
||||
const fnd::List<nn::hac::ContentMetaInfo>& getContentMetaInfo() const;
|
||||
void setContentMetaInfo(const fnd::List<nn::hac::ContentMetaInfo>& info);
|
||||
const fnd::List<ContentMetaInfo>& getContentMetaInfo() const;
|
||||
void setContentMetaInfo(const fnd::List<ContentMetaInfo>& info);
|
||||
|
||||
const fnd::Vec<byte_t>& getExtendedData() const;
|
||||
void setExtendedData(const fnd::Vec<byte_t>& data);
|
||||
|
|
Loading…
Reference in a new issue