gameServer/Consts.hs
author koda
Thu, 27 Dec 2012 15:56:02 +0100
changeset 8335 bc948db1273a
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
oops, forgot that data absolute path only applies to linux

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"