gameServer/Consts.hs
author Xeli
Mon, 06 Feb 2012 22:40:09 +0100
changeset 6640 813a173cd677
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
the buttons actually work now!

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"