nd-specs/patterns/db_files/chunks/P$_.hexpat

15 lines
231 B
Plaintext
Raw Permalink Normal View History

2024-08-23 11:09:42 +00:00
#pragma once
#include "Common.hexpat"
struct ObjectProperty {
s32 obj_id;
u32 data_size;
u8 data[data_size];
};
struct PropertyMap {
u32 max = parent.parent.data_end;
2024-08-23 11:09:42 +00:00
ObjectProperty props[while($ < max)];
};