gameServer/Consts.hs
author koda
Sat, 18 Jun 2011 16:54:08 +0200
changeset 5253 6a700868528b
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
add the manual build server dir to .hgignore

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"