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

class GrassColor
{
	// 4J Stu - We don't use this any more
//private:
//	static intArray pixels;
//public:
//
//	static void init(intArray pixels);
//    static int get(double temp, double rain);
};