Update of /cvsroot/phpgamedev/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17803
Added Files:
template.php
Log Message:
Initial commit.
--- NEW FILE: template.php ---
<?php
//-----------------------------------------------------------
// FILENAME: template.php
// STARTED: Tue Jun 7, 2005
// AUTHOR: Sphen001 (Nick Ross)
// SUPPORT: http://phpgamedev.sourceforge.net
// COPYRIGHT: Copyright 2005 © PHPGameDev Group
// E-MAIL: Sphen001 -at- users -dot- sourceforge -dot- net
//-----------------------------------------------------------
class template
{
}
?>
|