schoene kommentare

This commit is contained in:
Martin Herweg 2009-02-26 00:04:45 +00:00
parent 4c309b4274
commit b9614c669d
1 changed files with 16 additions and 1 deletions

View File

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