the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 14 lines 247 B view raw
1#pragma once 2 3class WaterColor 4{ 5 // 4J Stu - Not using this (and it wasn't ever used anyway...) 6//private: 7// static intArray pixels; 8// 9//public: 10// static void init(intArray pixels); 11// 12//public: 13// static int get(double temp, double rain); 14};