mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-12-10 22:17:53 +00:00
Reorganize files; start RSO support; config & split updates
This commit is contained in:
@@ -380,6 +380,7 @@ pub fn read_debug_section<R: BufRead + Seek>(reader: &mut R) -> Result<TagMap> {
|
||||
Ok(tags)
|
||||
}
|
||||
|
||||
#[allow(unused)]
|
||||
pub fn read_aranges_section<R: BufRead + Seek>(reader: &mut R) -> Result<()> {
|
||||
let len = {
|
||||
let old_pos = reader.stream_position()?;
|
||||
|
||||
Reference in New Issue
Block a user