hex padding

This commit is contained in:
disinvite 2024-03-13 21:37:55 -04:00
parent 0425b1e65e
commit 3927bbbb76
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ class MxBitset {
public:
MxBitset() { Tidy(); }
// SIZE 0x8
// SIZE 0x08
class Reference {
friend class MxBitset<N>;

View File

@ -8,10 +8,10 @@
#include <algorithm>
DECOMP_SIZE_ASSERT(MxStreamer, 0x2c);
DECOMP_SIZE_ASSERT(MxMemoryPool64, 0xc);
DECOMP_SIZE_ASSERT(MxMemoryPool128, 0xc);
DECOMP_SIZE_ASSERT(MxBitset<22>, 0x4);
DECOMP_SIZE_ASSERT(MxBitset<2>, 0x4);
DECOMP_SIZE_ASSERT(MxMemoryPool64, 0x0c);
DECOMP_SIZE_ASSERT(MxMemoryPool128, 0x0c);
DECOMP_SIZE_ASSERT(MxBitset<22>, 0x04);
DECOMP_SIZE_ASSERT(MxBitset<2>, 0x04);
// FUNCTION: LEGO1 0x100b8f00
MxStreamer::MxStreamer()