From b9614c669dcbcece984d15c837cfbcab8a24552e Mon Sep 17 00:00:00 2001 From: Martin Herweg Date: Thu, 26 Feb 2009 00:04:45 +0000 Subject: [PATCH] schoene kommentare --- animations/programm.h | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/animations/programm.h b/animations/programm.h index 0c433d5..3a1930d 100644 --- a/animations/programm.h +++ b/animations/programm.h @@ -14,13 +14,28 @@ void test_level3(); void test_levels(); void test_palette(); void test_palette2(); + +// randon dots appear and stay void dots1(); + +// dots fly from left to right void flydots(); + +// rectangle-pattern void rectangle1(); + +// random rectangles void rectangles(); -void lines(); + +// lines show and disappear quickly +void lines1(); + +// 8x8 rectangle with a cross inside void checkbox(); + +// a scanner effect with moving h & v lines void movinglines(); + void snake(); void matrix(); void fadein();