gameServer/Consts.hs
author koda
Mon, 24 Jun 2013 10:51:43 +0200
branchwebgl
changeset 9279 69161099d6d9
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
ok you need to escape rpath for pscal scripts after all... (reverts r571e55b32da5)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"