stoneage8.5/石器时代8.5客户端最新源代码/石器源码/systeminc/radar.h

26 lines
577 B
C
Raw Normal View History

2020-06-23 15:27:59 +08:00
/************************/
/* radar.h */
/************************/
#ifndef _RADAR_
#define _RADAR_
void radar(ACTION *,int *,int *);
/********************************************************************
*
* ????
*
* IN pAct <EFBFBD><EFBFBD><EFBFBD><EFBFBD>??????????
* x ?<EFBFBD><EFBFBD>??<EFBFBD><EFBFBD>
* y ?<EFBFBD><EFBFBD>??<EFBFBD><EFBFBD>
* cnt <EFBFBD><EFBFBD>?<EFBFBD><EFBFBD>??????
*
* OUT d1 ?? ( 0 ? ??? )
*
* ???( 0 ? 31 )? a0->crs ?<EFBFBD>V?
*
********************************************************************/
int radar2(ACTION *pAct,int x,int y, int cnt );
#endif