gameServer/Consts.hs
author koda
Tue, 18 Jun 2013 22:39:57 +0200
branchwebgl
changeset 9259 872dd30deb7b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
compile hwengine first, so that all other files are compiled too and don't call pas2c again

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"