aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/WaterColor.h
blob: c4473091eac5e011ef4054c0151d0552d4e6bcd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

class WaterColor
{
	// 4J Stu - Not using this (and it wasn't ever used anyway...)
//private:
//	static intArray pixels;
//
//public:
//	static void init(intArray pixels);
//
//public:
//	static int get(double temp, double rain);
};