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

26 lines
587 B
C
Raw Permalink Normal View History

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