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

11 lines
148 B
Plaintext
Raw Permalink Normal View History

2024-07-14 15:33:00 +00:00
#pragma once
struct TexturePatch {
s32 key;
s32 value;
};
struct TexturePatchDatabase {
s32 count;
TexturePatch patches[count];
};