gameServer/Consts.hs
author koda
Sat, 03 Sep 2011 12:35:49 +0200
changeset 5745 71e69623be39
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
allow fullscreen resolution selection (but still leaves in the auto max for commodity)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"