mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 20:53:38 +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);
|
|
};
|