refactor: use std::endian directly, enum class EDefaultSkins, rename reserved-prefix helpers

This commit is contained in:
MatthewBeshay
2026-04-03 19:05:19 +11:00
parent 3f33bf4817
commit 5105f89648
93 changed files with 407 additions and 411 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ std::wstring Hasher::getHash(std::wstring& name) {
// return new BigInteger(1, m.digest()).toString(16);
// TODO 4J Stu - Will this hash us with the same distribution as the MD5?
return _toString(hash_value(s));
return toString(hash_value(s));
//}
// catch (NoSuchAlgorithmException e)
//{