gameServer/Consts.hs
author koda
Mon, 21 May 2012 06:34:17 +0200
changeset 7102 96f655d06e9e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
better lazy loading for cScaleFactor

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"