#include <Random.hpp>
#include "IInputGenerator.hpp"
#include <GNGRepresentation/IGLInputRepresentation.hpp>
#include <cstdlib>
#include <cmath>
#include <GL/glut.h>
Go to the source code of this file.
Classes | |
class | InputGeneratorFour |
Presents 4 versions in square formation of the provided inputGenerator. More... | |
class | InputRepresentationFour |
An openGL representation. More... |