26 lines
286 B
C
26 lines
286 B
C
|
#ifndef MHERWEG_H_
|
||
|
#define MHERWEG_H_
|
||
|
|
||
|
void checkbox();
|
||
|
|
||
|
|
||
|
void movinglines();
|
||
|
|
||
|
|
||
|
//rechteckmuster mit helligkeitsstufen
|
||
|
void rectangle1();
|
||
|
|
||
|
|
||
|
// zufallsrechtecke
|
||
|
void rectangles();
|
||
|
|
||
|
|
||
|
// schräge linien die aufblitzen
|
||
|
void lines1();
|
||
|
|
||
|
|
||
|
// random dots
|
||
|
void dots1();
|
||
|
|
||
|
#endif /* MHERWEG_H_ */
|