changeset 4974 | 078cd026a7b1 |
child 4975 | 31da8979e5b1 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gameServer/ConfigFile.hs Mon Feb 28 22:28:43 2011 +0300 @@ -0,0 +1,11 @@ +module ConfigFile where + +import Data.TConfig +------------------- +import CoreTypes + +readServerConfig :: ServerInfo -> IO ServerInfo +readServerConfig = undefined + +writeServerConfig :: ServerInfo -> IO +writeServerConfig = undefined