diff options
author | Frederico Linhares <fred@linhares.blue> | 2025-09-05 09:55:25 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2025-09-05 09:55:25 -0300 |
commit | 6deda4129825b4b77fb7179f43d4bb7a755c4813 (patch) | |
tree | c3d85044f53144257de73819bfcb9dc41af45f70 /src/blu_cat/com/binary_reader.hpp | |
parent | 68761609f3b98bfc99f2164eece12027d5575c0b (diff) |
Diffstat (limited to 'src/blu_cat/com/binary_reader.hpp')
-rw-r--r-- | src/blu_cat/com/binary_reader.hpp | 3 |
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 |