gameServer/Consts.hs
author sheepluva
Tue, 27 Sep 2011 16:26:57 +0200
changeset 6054 d3751a18cecb
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
use currentItemChanged signal instead of itemSelectionChanged - since the latter is always one item behind if you hold down the mousebutton and move the cursor through the list

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"