Made invincibility sparkle a particle effect
[supertux.git] / src / random_generator.hpp
index 3bd391d..9ffb0a6 100644 (file)
 #ifndef __RANDOM_GENERATOR__
 #define __RANDOM_GENERATOR__
 
-#include "scripting/random_generator.hpp"
 #include "script_interface.hpp"
 
-class RandomGenerator : public Scripting::RandomGenerator
+class RandomGenerator
 {
 private:
 // Array versions of the above information to make code run faster --