gameServer/Consts.hs
author koda
Tue, 25 Dec 2012 01:13:07 +0100
changeset 8327 a6f3452f5f94
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
convert Game() library call to argc,argv format so that we can use the new parsing functions

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"