the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 17 lines 324 B view raw
1#pragma once 2 3class FoliageColor 4{ 5 // 4J Stu - We don't want to use this any more 6//private: 7// static intArray pixels; 8// 9//public: 10// static void init(intArray pixels); 11// static int get(double temp, double rain); 12 13public: 14 static int getEvergreenColor(); 15 static int getBirchColor(); 16 static int getDefaultColor(); 17};