gameServer/Consts.hs
author Xeli
Mon, 14 Nov 2011 17:59:26 +0100
branchhedgeroid
changeset 6340 9dd921c0c7e7
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
added quotes for those with spaces in their path

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"