gameServer/Consts.hs
author nemo
Thu, 25 Oct 2012 13:55:55 -0400
changeset 7820 c1b491e03362
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Restore -gv, limit points to template dimensions

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"