Making the language level compatible with the module language

svn: r15272
This commit is contained in:
Jay McCarthy 2009-06-25 19:15:29 +00:00
parent c2676d4ca7
commit 3b176dcca8
9 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#lang frtime
;; Analog Clock
;; Written by Robb Cutler
;; July, 2004

View File

@ -1,3 +1,4 @@
#lang frtime
(require frtime/animation)
; the mouse position delayed

View File

@ -1,3 +1,4 @@
#lang frtime
;; GrowingPoints
;; Written by Robb Cutler
;; July, 2004

View File

@ -1,3 +1,4 @@
#lang frtime
(require frtime/animation
frtime/gui)

View File

@ -1,3 +1,4 @@
#lang frtime
;; Needles
;; Written by Robb Cutler
;; July, 2004

View File

@ -1,3 +1,4 @@
#lang frtime
(require frtime/animation
frtime/gui)

View File

@ -1,3 +1,4 @@
#lang frtime
(require (lifted texpict/mrpict colorize vl-append vr-append text
cc-superimpose hb-append ht-append pin-over blank
dc-for-text-size)

View File

@ -1,5 +1,5 @@
;; tile game by Dave Tucker
#lang frtime
(require frtime/animation
frtime/gui
mzlib/class)

View File

@ -1,2 +1,2 @@
#lang s-exp syntax/module-reader
frtime
frtime/frtime-big