gameServer/Consts.hs
author Xeli
Tue, 24 Jan 2012 18:11:56 +0100
changeset 6597 814683bbd230
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
added TARDIS to minimal data dir, changed a couple of org_libsdl_app to org_hedgewars_hedgeroid in SDL_android.cpp and updated SDLActivity.java

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"