Making the language level compatible with the module language
svn: r15272
This commit is contained in:
parent
c2676d4ca7
commit
3b176dcca8
|
@ -1,3 +1,4 @@
|
||||||
|
#lang frtime
|
||||||
;; Analog Clock
|
;; Analog Clock
|
||||||
;; Written by Robb Cutler
|
;; Written by Robb Cutler
|
||||||
;; July, 2004
|
;; July, 2004
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#lang frtime
|
||||||
(require frtime/animation)
|
(require frtime/animation)
|
||||||
|
|
||||||
; the mouse position delayed
|
; the mouse position delayed
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#lang frtime
|
||||||
;; GrowingPoints
|
;; GrowingPoints
|
||||||
;; Written by Robb Cutler
|
;; Written by Robb Cutler
|
||||||
;; July, 2004
|
;; July, 2004
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#lang frtime
|
||||||
(require frtime/animation
|
(require frtime/animation
|
||||||
frtime/gui)
|
frtime/gui)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#lang frtime
|
||||||
;; Needles
|
;; Needles
|
||||||
;; Written by Robb Cutler
|
;; Written by Robb Cutler
|
||||||
;; July, 2004
|
;; July, 2004
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#lang frtime
|
||||||
(require frtime/animation
|
(require frtime/animation
|
||||||
frtime/gui)
|
frtime/gui)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#lang frtime
|
||||||
(require (lifted texpict/mrpict colorize vl-append vr-append text
|
(require (lifted texpict/mrpict colorize vl-append vr-append text
|
||||||
cc-superimpose hb-append ht-append pin-over blank
|
cc-superimpose hb-append ht-append pin-over blank
|
||||||
dc-for-text-size)
|
dc-for-text-size)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;; tile game by Dave Tucker
|
;; tile game by Dave Tucker
|
||||||
|
#lang frtime
|
||||||
(require frtime/animation
|
(require frtime/animation
|
||||||
frtime/gui
|
frtime/gui
|
||||||
mzlib/class)
|
mzlib/class)
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#lang s-exp syntax/module-reader
|
#lang s-exp syntax/module-reader
|
||||||
frtime
|
frtime/frtime-big
|
||||||
|
|
Loading…
Reference in New Issue
Block a user