gameServer/Consts.hs
author Xeli
Sun, 29 Jan 2012 18:05:35 +0100
changeset 6619 229b99faf580
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
disable using files from the assets dir, and use fopen()

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"