gameServer/Consts.hs
author koda
Wed, 23 Jan 2013 04:48:04 +0100
changeset 8427 95289aea4bb9
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
ios, show fps when debugging

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"