nd-specs/patterns/db_files/chunks/Relations.hexpat

13 lines
231 B
Plaintext
Raw Normal View History

2024-08-23 14:25:08 +00:00
#pragma once
#include <std/io.pat>
struct RelationString {
char name[];
$ = $ + 32 - std::string::length(name);
};
struct Relations {
u32 max = parent.parent.data_end;
RelationString relations[while($ < max)];
};