gameServer/Consts.hs
author koda
Sat, 23 Mar 2013 18:42:23 +0100
branch0.9.19
changeset 8785 b26bc69022f7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add wiki link for the scheme handling

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"