Util/Game
* cleanup Util 2/2 * move game related functions and variables to new class: Game
This commit is contained in:
parent
f503967c45
commit
a695a4188c
24 changed files with 293 additions and 280 deletions
|
|
@ -13,7 +13,8 @@ mb_internal_encoding('UTF-8');
|
|||
|
||||
require_once 'includes/defines.php';
|
||||
require_once 'includes/libs/DbSimple/Generic.php'; // Libraray: http://en.dklab.ru/lib/DbSimple (using variant: https://github.com/ivan1986/DbSimple/tree/master)
|
||||
require_once 'includes/utilities.php'; // misc™ data 'n func
|
||||
require_once 'includes/utilities.php'; // helper functions
|
||||
require_once 'includes/game.php'; // game related data & functions
|
||||
require_once 'includes/user.class.php';
|
||||
require_once 'includes/markup.class.php'; // manipulate markup text
|
||||
require_once 'includes/database.class.php'; // wrap DBSimple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue