Nsl_Dao.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #ifndef __NSL_DAO_H__
  2. #define __NSL_DAO_H__
  3. #include "....Npc.h"
  4. #include "......config.h"
  5. TRetInfo accept_object ( CActiveObject *me, CActiveObject *you, CGoods *obj );
  6. TRetInfo Do_Fight( CActiveObject *me, CActiveObject *you);
  7. TRetInfo Do_Apprenticre(CActiveObject *me, CActiveObject *you);
  8. #endif //__NSL_DAO_H__