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

11 lines
148 B
Plaintext

#pragma once
struct TexturePatch {
s32 key;
s32 value;
};
struct TexturePatchDatabase {
s32 count;
TexturePatch patches[count];
};