gameServer/Consts.hs
author Xeli
Sun, 19 Feb 2012 16:51:22 +0100
changeset 6723 b77e2d4d664b
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
check if the widget is shown before checking if the finger is on the widget

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"