gameServer/Consts.hs
author koda
Thu, 04 Apr 2013 02:07:06 +0200
branchwebgl
changeset 8853 ef59a44a9f08
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
and now engine in c links too (with more manual intervention as of issue #596)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"