gameServer/Consts.hs
author koda
Mon, 05 Nov 2012 01:35:54 +0100
branchwebgl
changeset 7969 7fcbbd46704a
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
move pas2c files in their own directory and add a warning about argument order

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"