gameServer/Consts.hs
author koda
Mon, 18 Mar 2013 02:07:58 +0100
branchcmake_pascal
changeset 8752 48cf2ccb83c6
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
with lot of hackery, use add_executable on pascal files, SUCCSS

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"