gameServer/Consts.hs
author koda
Wed, 07 Nov 2012 13:31:58 +0000
branchwebgl
changeset 7975 1a8308265fdd
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
haskell usability on windows

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"