1
0
forked from GitHub/gf-rgl

a dialogue resource started

This commit is contained in:
aarne
2005-05-30 15:22:42 +00:00
parent 40064cd2d5
commit 12c8c391c2
5 changed files with 116 additions and 0 deletions

6
dialogue/DialogueEng.gf Normal file
View File

@@ -0,0 +1,6 @@
--# -path=dialogue:resource/*:prelude
concrete DialogueEng of Dialogue = DialogueI with
(Resource = ResourceEng),
(Basic = BasicEng),
(DialogueParam = DialogueParamEng) ;