mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-26 15:53:36 +00:00
11 lines
242 B
C++
11 lines
242 B
C++
#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);
|
|
}; |