JSON to PGN parser

This commit is contained in:
DHTMLGoodies
2017-03-13 20:56:22 +01:00
parent 29dc9b5f8a
commit 126dc9b599
6 changed files with 280 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ spl_autoload_register(
static $classes = null;
if ($classes === null) {
$classes = array(
'jsontopgnparser' => '/JsonToPgnParser.php',
'chess_json' => '/CHESS_JSON.php',
'board0x88config' => '/Board0x88Config.php',
'dgtgameparser' => '/DGTGameParser.php',