DIFF

EWaterSourceObjectType.c

enum EWaterSourceObjectType
{
	NONE 	= -1,
	WELL 	= 0,
	THROUGH = 1
}