summaryrefslogtreecommitdiff
path: root/lib/binarytools/BinaryReader.h
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2023-09-03 23:29:11 -0600
committerKiritoDv <kiritodev01@gmail.com>2023-09-03 23:29:11 -0600
commit50b6c6f65bc0da4a2c07e24c75dcd19baba60083 (patch)
tree19fd3432904b3ad5cc4ad5ad7274f8a2434f2778 /lib/binarytools/BinaryReader.h
parent063224c69d564d6e10dd4febf25caa9f59fccfda (diff)
Added full SM64 -> AIFF Decoding
Diffstat (limited to 'lib/binarytools/BinaryReader.h')
-rw-r--r--lib/binarytools/BinaryReader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/binarytools/BinaryReader.h b/lib/binarytools/BinaryReader.h
index 91e2a40..02e65cc 100644
--- a/lib/binarytools/BinaryReader.h
+++ b/lib/binarytools/BinaryReader.h
@@ -23,6 +23,7 @@ class BinaryReader {
void Seek(int32_t offset, SeekOffsetType seekType);
uint32_t GetBaseAddress();
+ size_t GetLength();
void Read(int32_t length);
void Read(char* buffer, int32_t length);