gameServer/Consts.hs
author Xeli
Sun, 18 Mar 2012 00:59:17 +0100
changeset 6798 4822b7d41aaa
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
touchinterface, move the up/down arrows a bit down

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"