implement 6xD1 command for BB challenge mode

This commit is contained in:
Martin Michelsen
2023-11-19 21:41:51 -08:00
parent 9476a3fc27
commit 4588a71e5a
5 changed files with 38 additions and 11 deletions
+1
View File
@@ -122,6 +122,7 @@ struct ItemData { // 0x14 bytes
ItemData();
ItemData(const ItemData& other);
ItemData(uint64_t first, uint64_t second = 0);
ItemData& operator=(const ItemData& other);
bool operator==(const ItemData& other) const;