nd-specs/patterns/chunks/WATERBANKS.hexpat

11 lines
120 B
Plaintext
Raw Normal View History

2024-07-14 15:33:00 +00:00
#pragma once
struct RGBA {
Vec3<u8> rgb;
padding[1];
float a;
};
struct WaterBanks {
RGBA banks[4];
};