gameServer/Consts.hs
author Xeli
Thu, 23 Jun 2011 13:52:19 +0200
branchhedgeroid
changeset 5309 6f33c623d64c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Updated the path of hwLibrary.pas

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"