mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 19:23:37 +00:00
14 lines
285 B
C++
14 lines
285 B
C++
#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);
|
|
};
|