gameServer/Consts.hs
author koda
Thu, 04 Apr 2013 01:38:30 +0200
branchwebgl
changeset 8850 ae8a957c69fd
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
engine to c now compiles with some manual intervention (as of bug #596)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"