mirror of
https://github.com/illegitimate-egg/mcrizzledizzle.git
synced 2026-06-04 15:43:57 +00:00
12 lines
147 B
Plaintext
12 lines
147 B
Plaintext
#pragma endian big
|
|
|
|
struct Header {
|
|
u16 size_x ;
|
|
u16 size_y;
|
|
u16 size_z;
|
|
u8 blocks[size_x*size_y*size_z];
|
|
};
|
|
|
|
|
|
|
|
Header Data @ 0x00; |