Merge pull request #1364 from lioncash/content

file-sys: Default heavy-weight class destructors in the cpp file
This commit is contained in:
bunnei 2018-09-20 23:31:31 -04:00 committed by GitHub
commit c1c59617ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 45 additions and 1 deletions

View file

@ -73,6 +73,8 @@ extern const std::array<const char*, 15> LANGUAGE_NAMES;
class NACP {
public:
explicit NACP(VirtualFile file);
~NACP();
const LanguageEntry& GetLanguageEntry(Language language = Language::Default) const;
std::string GetApplicationName(Language language = Language::Default) const;
std::string GetDeveloperName(Language language = Language::Default) const;