Graine
Génération procédurale de créatures et apprentissage par réseaux de neurones.
Macros | Functions
main.cpp File Reference
#include <vector>
#include "../graphic/Graphic.hpp"
#include "../map/Map.hpp"
#include "../map/mapType/MapProc.hpp"
#include "../evolution/Controller.hpp"
#include "../exception/WindowNotCreatedException.hpp"
Include dependency graph for main.cpp:

Macros

#define NB_CREA   100
 
#define NB_CREA_MAX   1000
 
#define TURN_MAX   100
 

Functions

int main (int argc, char **argv)
 

Detailed Description

Purpose : Just the main function, call Graphic functions.

Author
Eresia & Monsieur
Version
1.0
Date
29/02/2016

Macro Definition Documentation

#define NB_CREA   100
#define NB_CREA_MAX   1000
#define TURN_MAX   100

Function Documentation

int main ( int  argc,
char **  argv 
)

Here is the call graph for this function: