borgware-2d/animations/mherweg.h
2011-02-24 23:13:01 +00:00

25 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_ */