gameServer/Consts.hs
author Xeli
Sat, 12 Nov 2011 14:45:36 +0100
branchhedgeroid
changeset 6228 1b7d4d7d162b
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
added lines to avoid compiler hints, is this really the way we want to do it though? ;/

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"