gameServer/Consts.hs
author sheepluva
Wed, 28 Sep 2011 04:21:24 +0200
changeset 6058 ae8684864a6e
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
load mission caption and description from localization file (WIP)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"