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

11 lines
133 B
Plaintext
Raw Normal View History

2024-07-14 15:33:00 +00:00
#pragma once
struct EnvMap {
char path[64];
};
struct EnvMapVar {
padding[4];
EnvMap global;
EnvMap regions[64];
};