gameServer/Consts.hs
author sheepluva
Tue, 16 Apr 2013 12:24:13 +0200
branch0.9.19
changeset 8896 fea1993ded33
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
make cleaver icon hint at that fact that you have 2 of them

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"