gameServer/Consts.hs
author kjpou1
Sat, 07 Jul 2012 23:22:03 +0200
changeset 7354 b79b545bd568
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
remaining files for the Danish translation

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"