gameServer/Consts.hs
author koda
Tue, 18 Jun 2013 19:19:35 +0200
branchwebgl
changeset 9250 460b64e9b75c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
set pascal files as dependency of the target writing the c files so that it will run again if you modify them

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"