summaryrefslogtreecommitdiff
path: root/src/blu_cat/com/binary_reader.hpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2025-09-05 09:55:25 -0300
committerFrederico Linhares <fred@linhares.blue>2025-09-05 09:55:25 -0300
commit6deda4129825b4b77fb7179f43d4bb7a755c4813 (patch)
treec3d85044f53144257de73819bfcb9dc41af45f70 /src/blu_cat/com/binary_reader.hpp
parent68761609f3b98bfc99f2164eece12027d5575c0b (diff)
feat Add hierarchy to skeletal meshHEADmaster
Diffstat (limited to 'src/blu_cat/com/binary_reader.hpp')
-rw-r--r--src/blu_cat/com/binary_reader.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/blu_cat/com/binary_reader.hpp b/src/blu_cat/com/binary_reader.hpp
index fec88b6..7b7309c 100644
--- a/src/blu_cat/com/binary_reader.hpp
+++ b/src/blu_cat/com/binary_reader.hpp
@@ -43,6 +43,9 @@ public:
read_ui8();
UI32
+ read_ui16();
+
+ UI32
read_ui32();
UI64