stoneage8.5/石器时代8.5客户端最新源代码/石器源码/systeminc/radar.h
2020-06-23 15:53:23 +08:00

26 lines
587 B
C

/************************/
/* radar.h */
/************************/
#ifndef _RADAR_
#define _RADAR_
void radar(ACTION *,int *,int *);
/********************************************************************
*
* ????
*
* IN pAct 希??????????
* x ?火??火
* y ?火??火
* cnt ??阪??????
*
* OUT d1 ?? ( 0 ? ??? )
*
* ???( 0 ? 31 )? a0->crs ?向?
*
********************************************************************/
int radar2(ACTION *pAct,int x,int y, int cnt );
#endif