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

13 lines
146 B
Plaintext
Raw Normal View History

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