gameServer/Consts.hs
author Xeli
Fri, 24 Jun 2011 13:24:51 +0200
branchhedgeroid
changeset 5361 0d73a5e589b5
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Added a script to build and install the application, users must define a path to the ndk

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"