19 lines
363 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef POSICHNK_DEFINED
#define POSICHNK_DEFINED
#include "lsdefs.h"
#include "pposichn.h"
#define ichnkOutside 0xFFFFFFFF
typedef struct posichnk /* position in chunk */
{
long ichnk; /* index in the chunk array */
LSDCP dcp; /* from beginning of dobj */
} POSICHNK;
#endif /* !POSICHNK_DEFINED */