immutaball-core-0.1.0.5.1: Immutaball/Ball/Level.hs
{-# OPTIONS_GHC -fno-warn-tabs #-} -- Support tab indentation better, for a better default of no warning if tabs are used: https://dmitryfrank.com/articles/indent_with_tabs_align_with_spaces .
-- Enable warnings:
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
-- Level.hs.
{-# LANGUAGE Haskell2010 #-}
module Immutaball.Ball.Level
(
module Immutaball.Ball.Level.Render
) where
import Prelude ()
--import Immutaball.Prelude
import Immutaball.Ball.Level.Render