gameServer/Consts.hs
author unc0rr
Mon, 05 Nov 2012 23:03:32 +0400
branchphysfslayer
changeset 7959 644b757d20e6
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Start work on physfs support in engine

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"