mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
hex padding
This commit is contained in:
parent
0425b1e65e
commit
3927bbbb76
@ -13,7 +13,7 @@ class MxBitset {
|
||||
public:
|
||||
MxBitset() { Tidy(); }
|
||||
|
||||
// SIZE 0x8
|
||||
// SIZE 0x08
|
||||
class Reference {
|
||||
friend class MxBitset<N>;
|
||||
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user