shithub: cstory

ref: 2d9abcc50bd57a6c76d40d2ed6f1d71c8ccfc69c
dir: /src/Back.h/

View raw version
#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);