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

15 lines
220 B
Plaintext
Raw Permalink Normal View History

2024-07-14 15:33:00 +00:00
#pragma once
#include <std/io.pat>
namespace ScrModules {
struct Name {
char name[128];
};
struct ChunkData {
u32 max = parent.parent.data_end;
Name names[while($ < max)];
2024-07-14 15:33:00 +00:00
};
}