GLES2N64 (from mupen64plus-ae) plugin. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / gles2n64 / src / L3D.h
diff --git a/source/gles2n64/src/L3D.h b/source/gles2n64/src/L3D.h
new file mode 100644 (file)
index 0000000..87f3b4f
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef L3D_H
+#define L3D_H
+#include "Types.h"
+
+#define L3D_LINE3D              0xB5
+
+void L3D_Line3D( u32 w0, u32 w1 );
+void L3D_Init();
+#endif
+