gameServer/Consts.hs
author koda
Sun, 12 Feb 2012 15:35:06 +0100
changeset 6675 dab56311daa5
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
tipped by xeli, ammomenu texture needs to be redrawn on resize to update its position

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"