first commit
This commit is contained in:
14
Minecraft.World/WaterColor.h
Normal file
14
Minecraft.World/WaterColor.h
Normal file
@@ -0,0 +1,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);
|
||||
};
|
||||
Reference in New Issue
Block a user