settings.hpp 117 B
#pragma once
#include "cgp/cgp.hpp"
using namespace cgp;
int num_trees();
int num_grass();
float terrain_length();
#pragma once
#include "cgp/cgp.hpp"
using namespace cgp;
int num_trees();
int num_grass();
float terrain_length();