This commit is contained in:
Gnieark 2016-07-11 20:41:45 +02:00
parent 99807ad572
commit 067a1c6d21
4 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1 @@
<?php

View File

@ -11,8 +11,9 @@
# -- END LICENSE BLOCK ----------------------------------------- # -- END LICENSE BLOCK -----------------------------------------
require_once(__DIR__."/functions.php"); require_once(__DIR__."/functions.php");
require_once ("class.TronGame.php"); require_once ("TronGame.php");
require_once ("class.TronPlayer.php"); require_once ("TronPlayer.php");
require_once ("Direction.php");
switch ($_POST['act']){ switch ($_POST['act']){
case "initGame": case "initGame":