gameServer/Consts.hs
author koda
Sat, 28 Dec 2013 22:00:57 +0100
branch0.9.20
changeset 9860 d419ff107e15
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
include paths before platform, move config code around

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"