gameServer/Consts.hs
author Xeli
Tue, 05 Jul 2011 23:26:32 +0200
branchhedgeroid
changeset 5401 832a29880a5c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Added build scripts to the hgignore files, these are generated by cmake

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"