gameServer/Consts.hs
author Marco Bresciani
Fri, 07 Dec 2012 11:05:17 -0500
branchflibqtfrontend
changeset 8265 c678e5105c31
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
updated frontend translation

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"