From d5c32fc3f885a7b8f719c9f27dbba36e287222f0 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 13 Dec 2016 19:24:06 -0500 Subject: Bot now takes path to config file as argument That config file now also has to contain the paths to the verbly datafile, the forms file, the fonts directory, and the color palettes file. --- fractal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fractal.h') diff --git a/fractal.h b/fractal.h index af098f4..cfd39db 100644 --- a/fractal.h +++ b/fractal.h @@ -50,7 +50,7 @@ class Fractal { Color get_color(double c) const; static int load(const char* filename, Fractal& fractal); - static Fractal random(); + static Fractal random(std::string colorsfile); double filterlevel = 0.5; double gamma = 2.2; -- cgit 1.4.1