Artifact 92e540e2fff6fba7b8d33465343259ceab7c3c6f:
- File canvas-draw/racket/main.rkt — part of check-in [ed10f826ff] at 2011-01-30 17:39:09 on branch trunk — Re-ran configure in ffcall and imported canvas-draw source (user: matt, size: 281) [annotate] [blame] [check-ins using]
#lang racket/base (require "base.rkt" "primitives.rkt" "play.rkt") (provide (except-out (all-from-out "base.rkt") _canvas _canvas/null _context _context/null _state _state/null) (all-from-out "primitives.rkt") (all-from-out "play.rkt"))