gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Sat, 02 Feb 2013 14:33:35 +0100
changeset 8470 01ddeb241c21
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Hedgeroid: Removed reference to obsolete libphysfsrwops.so It is now compiled as part of libphysfs.so

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"