add decoder/encoder for AdEnding.rel

This commit is contained in:
Martin Michelsen
2026-02-01 17:29:31 -08:00
parent ef2d9fae03
commit 2429c4d341
3 changed files with 110 additions and 2 deletions
+3
View File
@@ -109,3 +109,6 @@ protected:
phosg::PrefixedLogger log;
std::unordered_map<uint32_t, std::shared_ptr<const TextSet>> sets;
};
std::vector<std::string> decode_credits_text_set(const std::string& data, bool big_endian);
std::string encode_credits_text_set(const std::vector<std::string>& data, bool big_endian);