7 lines
68 B
C
7 lines
68 B
C
|
|
||
|
struct vert_struct {
|
||
|
VRDATA x, y, z; /* point coordinates */
|
||
|
};
|
||
|
|
||
|
|