gameServer/Consts.hs
author koda
Sun, 22 Apr 2012 02:10:44 +0200
changeset 6906 6f5e1e64f106
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fix compiling hw for ios (was looking for the wrong math.h and used an old variable name)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"