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();