gameServer/Consts.hs
author nemo
Fri, 20 Jul 2012 17:43:35 -0400
changeset 7408 38d369c59d51
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
don't need the camera following invisible stuff (maybe this should be in the general camera routine?)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"