gameServer/Consts.hs
author koda
Thu, 22 Nov 2012 01:47:09 +0100
branchwebgl
changeset 8099 a7f02b902b6f
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
throw in some 'nots' trying to restore pas2c functionality

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"