gameServer/Consts.hs
author sheepluva
Sun, 11 Sep 2011 15:38:45 +0200
changeset 5850 f07e2a5e6ad0
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
make "All Files" file filter in file dialog actually display all files rather then just those with a dot in their name

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"