gameServer/Consts.hs
author sheepluva
Tue, 27 Sep 2011 05:08:23 +0200
changeset 6050 07561ade87ca
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
oops, I forgot I wanted to fix that before committing xD

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"