Include.php 534 B

1234567891011121314151617
  1. <?php
  2. namespace loyalsoft;
  3. if (!defined("VO_ROOT")) {
  4. define("VO_ROOT", __DIR__);
  5. include_once VO_ROOT . '/Object_ext.php';
  6. include_once VO_ROOT . '/CmdCode.php';
  7. include_once VO_ROOT . '/OpeCode.php';
  8. include_once VO_ROOT . '/ErrCode.php';
  9. include_once VO_ROOT . '/Req.php';
  10. include_once VO_ROOT . '/Resp.php';
  11. include_once VO_ROOT . '/MemKey_User.php';
  12. include_once VO_ROOT . '/MemKey_GameRun.php';
  13. include_once VO_ROOT . '/HashSaver.php';
  14. include_once VO_ROOT . '/MemKey_Guild.php';
  15. }