convert line ends
[canaan.git] / prj / tech / libsrc / r3d / clipu.h
blobd1ab26987d46c165e113e87154c1bf705ecf1b5d
1 #ifndef _CLIP_H
2 #define _CLIP_H
4 #include <r3ds.h>
6 typedef struct {
7 mxs_plane world_plane;
8 mxs_plane view_plane;
9 } r3s_clip_plane;
11 #endif