PANDORA: Make GLES context compatible with latest driver (FB only, no X11)
[mupen64plus-pandora.git] / source / gles2n64 / src / L3D.h
CommitLineData
34cf4058 1#ifndef L3D_H
2#define L3D_H
3#include "Types.h"
4
5#define L3D_LINE3D 0xB5
6
7void L3D_Line3D( u32 w0, u32 w1 );
8void L3D_Init();
9#endif
10