gameServer/Consts.hs
author nemo
Tue, 20 Mar 2012 01:30:54 -0400
changeset 6803 0e70f3ea3bf8
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
bit of an experiment in variable splash sizes based on object/speed. not sure if it looks good yet. need to drown more stuff.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"