6 |
|
*/ |
7 |
|
#ifndef _RAD_MESH_H_ |
8 |
|
#define _RAD_MESH_H_ |
9 |
+ |
|
10 |
+ |
#include "lookup.h" |
11 |
+ |
|
12 |
|
#ifdef __cplusplus |
13 |
|
extern "C" { |
14 |
|
#endif |
15 |
|
|
13 |
– |
#include "copyright.h" |
14 |
– |
|
15 |
– |
#include "lookup.h" |
16 |
– |
|
16 |
|
#ifndef BYTE |
17 |
|
#define BYTE unsigned char |
18 |
|
#endif |
67 |
|
BYTE v3; /* local vertex */ |
68 |
|
} *j2tri; /* double joiner triangles */ |
69 |
|
short nverts; /* vertex count */ |
70 |
< |
short ntris; /* triangle count */ |
70 |
> |
short ntris; /* local triangle count */ |
71 |
|
short nj1tris; /* joiner triangle count */ |
72 |
|
short nj2tris; /* double joiner triangle count */ |
73 |
|
} MESHPATCH; |