gameServer/Consts.hs
author Xeli
Wed, 23 May 2012 19:56:14 +0200
changeset 7116 547b5be3a8e5
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
android: fix the default make target

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"