gameServer/Consts.hs
author nemo
Thu, 25 Oct 2012 11:57:06 -0400
changeset 7818 7b8b1a634a5b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add gsoc students. also sphrix to translators

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"