GLES2N64 (from mupen64plus-ae) plugin. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / gles2n64 / src / L3DEX2.h
diff --git a/source/gles2n64/src/L3DEX2.h b/source/gles2n64/src/L3DEX2.h
new file mode 100644 (file)
index 0000000..dde6952
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef L3DEX2_H
+#define L3DEX2_H
+#include "Types.h"
+
+#define L3DEX2_LINE3D               0x08
+
+void L3DEX2_Line3D( u32 w0, u32 w1 );
+void L3DEX2_Init();
+#endif
+