gameServer/Consts.hs
author nemo
Mon, 09 Dec 2013 10:59:38 -0500
changeset 9769 5814e0c47c99
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
Experiment in adding a "boing" graphic for bouncing. It has no text right now (was thinking l10n) and colour is fixed.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"