From 5c748584474cebc8488221307bfedae2c66382aa Mon Sep 17 00:00:00 2001 From: mertz Date: Fri, 22 Mar 2002 15:11:21 +0000 Subject: Ajout de la demo Zetris R�f�rence � la doc zinc dans le man de zinc-demos --- Perl/demos/zinc-demos | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos index 79446c7..7fdfd45 100644 --- a/Perl/demos/zinc-demos +++ b/Perl/demos/zinc-demos @@ -143,6 +143,7 @@ $T->insert('end', $T->insert('end', "\n", '', "Small applications\n", 'title'); $T->insert('end', "1. A simple animated application \"the Wheel of Fortune\".\n", [qw/demo demo-wheelOfFortune/]); $T->insert('end', "2. A simple radar display.\n", [qw/demo demo-simpleradar/]); +$T->insert('end', "3. Zetris a clone of the famous tetris game (needs openGL.)\n", [qw/demo demo-Zetris/]); $T->insert('end', "\n", '', "All Items\n", 'title'); @@ -465,4 +466,8 @@ defaults to the released user contributed directory, "zinc_contrib_lib". Steve Lidie and slight adaptation by Christophe Mertz +=head1 SEE ALSO + +The zinc documentation is available as a pdf file refman.pdf and as an html pages refman/index.html + =cut -- cgit v1.1