Metropoli BBS
VIEWER: coor.h MODE: TEXT (ASCII)
// COOR.H

#ifndef _COOR_H
#define _COOR_H

class coor_C
{
public:
	long x,y;
	word dir;
};

#endif
[ RETURN TO DIRECTORY ]