nd-specs/patterns/chunks/ScrModules.hexpat

14 lines
218 B
Plaintext
Raw 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 {
Name names[while($ < scrmodules_toc.offset + scrmodules_toc.size)];
};
}