gameServer/Consts.hs
author koda
Thu, 27 Dec 2012 15:32:48 +0100
changeset 8333 416cb5e5a405
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
move DATA_INSTALL_DIR to the configurable options section

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"