gameServer/Consts.hs
author koda
Tue, 01 May 2012 11:25:44 +0100
changeset 6971 b7b38e051b5f
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add NULL definition and align types to their correct bitwidth

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"