You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
363 B
18 lines
363 B
#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 */
|
|
|