gameServer/Consts.hs
author nemo
Sat, 09 Jun 2012 16:51:56 -0400
changeset 7214 befce0edf527
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Remove debug pixel draws, skip tracing on own shoved hogs. Should speed things up allowing more evaluations of stuff.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"