From 1dcd4a19ea88fda760fae6bc9415966109d6a95a Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 23 May 2018 04:51:32 +0000 Subject: [PATCH 1/2] More references --- doc/tgi.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tgi.sgml b/doc/tgi.sgml index cf90fd198..0fef963f3 100644 --- a/doc/tgi.sgml +++ b/doc/tgi.sgml @@ -9,7 +9,8 @@ The cc65 library provides functions for platform independent graphics. -Include the tgi.h header file to get the necessary definitions. +Include the tgi.h header file to get the necessary definitions, see also + From 21a69c8affc6e39a1042d4a34ca9d7210f488daf Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 23 May 2018 13:34:37 +0000 Subject: [PATCH 2/2] Update tgi.sgml --- doc/tgi.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tgi.sgml b/doc/tgi.sgml index 0fef963f3..d20df40d1 100644 --- a/doc/tgi.sgml +++ b/doc/tgi.sgml @@ -10,7 +10,7 @@ The cc65 library provides functions for platform independent graphics. Include the tgi.h header file to get the necessary definitions, see also -samples/tgidemo.c and samples/mandelbrot.c.