.
This commit is contained in:
parent
99807ad572
commit
067a1c6d21
1
src/arenas/tron/Direction.php
Normal file
1
src/arenas/tron/Direction.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<?php
|
|
@ -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":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user