gdle/Source/TurbineFormats.h
2019-07-07 20:56:15 +00:00

11 lines
No EOL
146 B
C

#pragma once
//Shamelessly referenced from Todd.
struct BlockData
{
uint32_t dwID;
BOOL bObject;
WORD wSurface[9][9];
BYTE bHeight[9][9];
};