gameServer/Consts.hs
author koda
Fri, 22 Feb 2013 10:12:17 +0100
branchphysfslayer
changeset 8533 2d7703d6bc22
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
this should make physfs happy to link on windows too, forcing every function in its proper dll and skipping linklib

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"