gameServer/Consts.hs
author koda
Thu, 20 Sep 2012 23:04:10 +0200
changeset 7696 78a00bc68913
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
update ios project file again to reflect SDL2 renaming

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"