gameServer/Consts.hs
author Xeli
Wed, 29 Jun 2011 18:05:04 +0200
branchhedgeroid
changeset 5381 8f95038f3f75
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Removed protocol check, using CMake now to setup the building scripts using Templates/* removed old scripts

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"