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