ref: a2c86d9f7c57a854e0ea0866eef9810563b6bde2 dir: /src/Back.h/
#pragma once struct BACK { int flag; int partsW; int partsH; int numX; int numY; int type; int fx; }; extern int gWaterY; bool InitBack(char *fName, int type);