gameServer/Consts.hs
author koda
Sat, 24 Nov 2012 18:31:49 +0100
changeset 8124 499151efdd72
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
link physfs on ios, add its library and (most importantly) implement automatic dependencies resolution

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"