//Games Listing Page Download Box definitions
//Andrew 'DaBooda' Stickney

//DaBooda HGE Wrapper for FreeBasic
dlItem[dlCount++] = new Array('DaBooda HGE Wrapper for FreeBasic','This wrapper makes programming HGE in FreeBasic an ease. I kept the structure almost(99%) the same as that of the c++ counterpart. This allows for easier coding when following examples or the refernce. This is a must have if you wish to have the power of this nice library in Freebasic.', 0,
	new Array('','',''),
	new Array('Author','Andrew Stickney'),
	new Array('Date','April 2009'),
	new Array('Version','1.0'),
	new Array('Release','Beta'),
	new Array('Language','FreeBasic'),
	new Array('OS','Windows 98+'),
	new Array('Required','DirectX 9.0 and above'),
	new Array('Libraries','db_hgewrapper.dll, hge.dll, and bass.dll'),
	new Array('Contents','Source Code(c++), FreeBasic Include files(.bi), and converted tutorials'),
	new Array('Reference','You can get documentation for HGE <a class="form_link" href="http://hge.relishgames.com">here</a>.'),
	new Array('Download','<a class="form_link" href="binary/libs/db_hgewrapper.zip">DaBooda HGE Wrapper for FB(550Kbs)</a>'),
	'null');
//DaBooda Turbo(VB)
dlItem[dlCount++] = new Array('DaBooda Turbo (VB)','Although I have discontinued this library, I still get a lot of requests for it. So here you go, its the total package. The .dll, all tutorials, source, and the reference.', 0,
	new Array('','',''),
	new Array('Author','Andrew Stickney'),
	new Array('Date','N/A'),
	new Array('Version','1.4'),
	new Array('Release','Final'),
	new Array('Language','Visual Basic'),
	new Array('Os', 'Windows 98+'),
	new Array('Required','DirectX 8.1 and a very good video card.'),
	new Array('Libraries','dbturbo1.4.dll'),
	new Array('Contents','Source Code(VB), Tutorials(VB)'),
	new Array('Reference','Inlcluded'),
	new Array('Download','<a class="form_link" href="binary/libs/dbturbo(vb).zip">DaBooda Turbo v1.4 (VB)(1486Kbs)</a>'),
	'null');

//Sokoban
//dlItem[dlCount++] = new Array('Sokoban','The very first DBOS game. A very simple puzzle game that most will know. I added a little bit of a space twist to it, with some groovy little music. I think its a good starting point for DBOS and shows off quite a few of its nice features. Did I mention it has a built in editor...', 3,
//	new Array('sokoban1.gif','sokoban2.gif','sokoban3.gif'),
//	new Array('Progress', '99%'),
//	new Array('Author','DaBooda 8-Bit'),
//	new Array('Date','01/08/2008'),
//	new Array('Version','1.0'),
//	new Array('Language','FreeBasic/DBOS Lib'),
//	new Array('Os', 'Windows 98+'),
//	new Array('Notes:','Waiting on level debug.'),
//	'null');
