gameServer/Consts.hs
author Xeli
Fri, 24 Jun 2011 13:37:43 +0200
branchhedgeroid
changeset 5363 7f7800581012
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Using the correct resolution rahter than a hardcoded one

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"