gameServer/Consts.hs
author Medo <smaxein@googlemail.com>
Sun, 16 Sep 2012 22:41:58 +0200
changeset 7693 0bdb1dd83b63
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Hedgeroid: Update to new NDK toolchain (requires NDK r8b)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"