Clone of PhatAC @ https://github.com/floaterxk/PhatAC

TurbineFormats.h 143B

1234567891011
  1. #pragma once
  2. //Shamelessly referenced from Todd.
  3. struct BlockData
  4. {
  5. DWORD dwID;
  6. BOOL bObject;
  7. WORD wSurface[9][9];
  8. BYTE bHeight[9][9];
  9. };