gameServer/Consts.hs
author sheepluva
Sun, 02 Jun 2013 22:43:59 +0200
branch0.9.19
changeset 9096 b3041025c271
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fix the cmake flag PHYSFS_SYSTEM being called SYSTEM_PHYSFS in the code

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"