;this prepare a game for match making XIncludeFile "MatchWin.pb" XIncludeFile "IniFile.pb" XIncludeFile "MatchGlob.pb" XIncludeFile "NewGame.pb" XIncludeFile "StartUp.pb" XIncludeFile "PrepHost.pb" XIncludeFile "BeginChat.pb" XIncludeFile "Search.pb" ;this is the main project file ;each window handler is in its own include file ;first, test the new game options.... ;NewGameSetup() ;now for the startup screen... InitNetwork() ShowStartUp() ; ExecutableFormat=Windows ; EnableAsm ; EnableXP ; UseIcon=C:\Program Files\PureBasic\Projects\MyServer\HOUSE.ICO ; Executable=C:\Program Files\PureBasic\Projects\Matching\matchmaker.exe ; EOF