X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=tests%2Ftriangle.scm;h=7b4d365c6cb8dcd7ca5a45aee260a160c4e71251;hp=8aa151a6b3239731091c77c1f678e9204f9f6dd7;hb=602500ffe32004dc0437ed55ac2d25ec69fc9e25;hpb=a4865ebd5fe341be517b9bc8589ed0f818fa9d5f diff --git a/tests/triangle.scm b/tests/triangle.scm index 8aa151a..7b4d365 100644 --- a/tests/triangle.scm +++ b/tests/triangle.scm @@ -1,4 +1,4 @@ -;;; Dungeon Master --- Adventure generator for GNU Guile +;;; Dungeon Master --- RPG Adventure Generator ;;; Copyright © 2019 Javier Sancho ;;; ;;; Dungeon Master is free software; you can redistribute it and/or modify it @@ -12,10 +12,10 @@ ;;; General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with Haunt. If not, see . +;;; along with Dungeon Master. If not, see . -(define-module (test-point) +(define-module (test-triangle) #:use-module (srfi srfi-64) #:use-module (dungeon-master geom point) #:use-module (dungeon-master geom triangle))