mirror of
https://github.com/open-goal/jak-project
synced 2026-09-01 09:53:12 -04:00
[jak3] Support jaextern.str, stub for blue fog fix (#3455)
This commit is contained in:
@@ -19,6 +19,8 @@ class StrFileReader {
|
||||
explicit StrFileReader(const fs::path& file_path, GameVersion version);
|
||||
int chunk_count() const;
|
||||
const std::vector<u8>& get_chunk(int idx) const;
|
||||
std::string get_chunk_art_name(int idx) const;
|
||||
|
||||
std::string get_full_name(const std::string& short_name) const;
|
||||
std::string get_texture_name() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user