gameServer/Consts.hs
author Xeli
Sat, 12 Nov 2011 14:48:35 +0100
branchhedgeroid
changeset 6230 de1e43054017
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
automated the build process some more, users must add the android ndk, sdk and fpc dir to their $PATH and cmake will do the rest, I still need a solution for the sdl dir. Subrepo's perhaps?

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"