gameServer/Consts.hs
author koda
Sun, 24 Feb 2013 23:11:00 +0100
branchphysfslayer
changeset 8544 d610e692e2f6
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
perform a version check before including physfs (maybe there is a better place for this?) and allow overriding automagic search

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"