1234567891011121314151617 |
- <?php
- namespace loyalsoft;
- if (!defined("VO_ROOT")) {
- define("VO_ROOT", __DIR__);
- include_once VO_ROOT . '/Object_ext.php';
- include_once VO_ROOT . '/CmdCode.php';
- include_once VO_ROOT . '/OpeCode.php';
- include_once VO_ROOT . '/ErrCode.php';
- include_once VO_ROOT . '/Req.php';
- include_once VO_ROOT . '/Resp.php';
- include_once VO_ROOT . '/MemKey_User.php';
- include_once VO_ROOT . '/MemKey_GameRun.php';
- include_once VO_ROOT . '/HashSaver.php';
- include_once VO_ROOT . '/MemKey_Guild.php';
- }
|