GLES2N64 (from mupen64plus-ae) plugin. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / gles2n64 / src / L3DEX2.h
1 #ifndef L3DEX2_H
2 #define L3DEX2_H
3 #include "Types.h"
4
5 #define L3DEX2_LINE3D               0x08
6
7 void L3DEX2_Line3D( u32 w0, u32 w1 );
8 void L3DEX2_Init();
9 #endif
10