summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/galois_raytrace/RayTrace.hs
blob: cb15388e2c70a82c258b6c4721880c3c8907ee95 (plain)
1
2
3
4
5
6
7
8
9
-- Copyright (c) 2000 Galois Connections, Inc.
-- All rights reserved.  This software is distributed as
-- free software under the license in the file "LICENSE",
-- which is included in the distribution.

module RayTrace(module Illumination, module Surface) where

import Illumination
import Surface