#include "../ptc/tinyptc.h"#include "../Logica Interna/CCircuito.h"#include "../Logica Interna/CCoche.h"#include "linea.h"#include "pintador.h"#include "sprite.h"#include "poligono.h"#include "arista.h"#include "vertice.h"#include "camara.h"#include "transforma.h"#include "importador.h"Go to the source code of this file.
Defines | |
| #define | WIDTH 320 |
| #define | HEIGHT 200 |
| #define | SIZE WIDTH*HEIGHT |
Variables | |
| static int | noise |
| static int | carry |
| static int | index |
| static int | seed = 0x12345 |
| static int | pixel [SIZE] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2