123456789101112131415161718 |
- <?php
- /**
- * Created by PhpStorm.
- * User: stanley-king
- * Date: 2018/1/17
- * Time: 下午9:12
- */
- require_once (BASE_ROOT_PATH . '/helper/room/access_client.php');
- require_once (BASE_ROOT_PATH . '/helper/room/proto_type.php');
- require_once (BASE_ROOT_PATH . '/helper/room/base_room.php');
- require_once (BASE_ROOT_PATH . '/helper/room/bargain_room.php');
- require_once(BASE_ROOT_PATH . '/helper/room/chat_room.php');
- require_once(BASE_ROOT_PATH . '/helper/room/chatwo.php');
- require_once (BASE_ROOT_PATH . '/helper/room/factory_client.php');
- require_once (BASE_ROOT_PATH . '/helper/room/group_room.php');
- require_once (BASE_ROOT_PATH . '/helper/room/room_client.php');
- require_once (BASE_ROOT_PATH . '/helper/room/bargain_manager.php');
|