gameServer/Consts.hs
author koda
Fri, 09 Nov 2012 14:40:40 +0000
branchwebgl
changeset 7999 bb503cd46516
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add a few cmakefiles for c engine and rtl

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"