- fixed graphics bug with paralax layers
[supertux.git] / src / random_generator.cpp
index 0fd8dc5..90fbd5c 100644 (file)
 
 // Transliterated into C++ Allen King 060417, from sources on
 //          http://www.jbox.dk/sanos/source/lib/random.c.html
-
+#include <config.h>
 
 
 #include <stdexcept>
+#include <time.h>
+#include <cassert>
 #include "random_generator.hpp"
-#include "scripting/squirrel_util.hpp"
 
 RandomGenerator systemRandom;               // global random number generator