gameServer/Consts.hs
author koda
Tue, 25 Dec 2012 05:15:49 +0100
branchwebgl
changeset 8332 9333216f2054
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
fix hwc install and pas2c preprocessing (but not total conversion)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"