gameServer/Consts.hs
author nemo
Wed, 06 Mar 2013 13:03:11 -0500
changeset 8677 afb2b467f801
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
skip frozen hogs in switch

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"