gameServer/Consts.hs
author koda
Tue, 28 May 2013 15:38:28 +0200
changeset 9068 3401390f03cf
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
on Windows link libgcc statically to reduce the number of dlls

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"