gameServer/Consts.hs
author DrinkMachine
Sat, 20 Apr 2013 19:03:57 -0400
changeset 8925 f52c6f9800ca
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Hiding overflow on Labels/ComboBoxes to prevent 1px off by one error

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"