gameServer/Consts.hs
author koda
Fri, 22 Feb 2013 09:53:09 +0100
branchphysfslayer
changeset 8530 66cedf3e9d1e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
workaround static physfs static linking on linux

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"