gameServer/Consts.hs
author koda
Sat, 20 Apr 2013 20:39:01 +0200
branch0.9.19
changeset 8928 10a79d89ca31
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
expose a hidden function that prevented linking on osx 10.4 when compiling physfs statically

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"