repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert line ends
[canaan.git]
/
prj
/
tech
/
libsrc
/
r3d
/
clipu.h
blob
d1ab26987d46c165e113e87154c1bf705ecf1b5d
1
#ifndef _CLIP_H
2
#define _CLIP_H
3
4
#include <r3ds.h>
5
6
typedef
struct
{
7
mxs_plane world_plane
;
8
mxs_plane view_plane
;
9
}
r3s_clip_plane
;
10
11
#endif