gameServer/Consts.hs
author koda
Sun, 12 Feb 2012 15:59:10 +0100
changeset 6676 21cf35a570a7
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
add keywords for landscape ammomenu and touch interface

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"