gameServer/Consts.hs
author koda
Wed, 26 Oct 2011 02:21:44 +0200
changeset 6213 c0f2e0915e57
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
also imageio is absent from old ios, so weaklink it

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"