From b5a0789ff286a658fc29a593f932d8382d8c22f1 Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Wed, 25 Oct 2017 18:17:46 +0200 Subject: [PATCH] fix: we could really use autoloader... later, later... --- GameEngine/Account.php | 15 ++++++++++++++- GameEngine/Database.php | 26 ++++++++++++++------------ src/Entity/User.php | 18 ++++++++++-------- 3 files changed, 38 insertions(+), 21 deletions(-) diff --git a/GameEngine/Account.php b/GameEngine/Account.php index 6ebadbfb..5a49177d 100755 --- a/GameEngine/Account.php +++ b/GameEngine/Account.php @@ -1,6 +1,19 @@