We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfb4bc commit 2b88effCopy full SHA for 2b88eff
include/libbndl/bundle.hpp
@@ -263,6 +263,7 @@ namespace libbndl
263
bool LoadBNDL(binaryio::BinaryReader &reader);
264
bool SaveBND2(binaryio::BinaryWriter &writer);
265
bool SaveBNDL(binaryio::BinaryWriter &writer);
266
+ int8_t MapBNDLBlockToBND2(uint8_t block) const;
267
uint32_t HashResourceName(std::string resourceName) const;
268
269
static Dependency ReadDependency(binaryio::BinaryReader &reader);
0 commit comments