ref: afc7f80ae945f1047eec7d7eae595d5f3771b658 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);