gameServer/Consts.hs
author nemo
Tue, 24 Apr 2012 16:58:19 -0400
changeset 6926 6e832f8f4d8e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Make adler32 friendlier for pas2c - this should work the same (needs testing ofc)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"