gameServer/Consts.hs
author koda
Sat, 31 Dec 2011 03:21:09 +0100
changeset 6544 bbd2fc07c3ed
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
update ios project file with new uGears* files; flags for one text file

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"