From 6deda4129825b4b77fb7179f43d4bb7a755c4813 Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Fri, 5 Sep 2025 09:55:25 -0300 Subject: feat Add hierarchy to skeletal mesh --- src/blu_cat/com/binary_reader.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/blu_cat/com/binary_reader.hpp') 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 @@ -42,6 +42,9 @@ public: UI8 read_ui8(); + UI32 + read_ui16(); + UI32 read_ui32(); -- cgit v1.2.3