X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2n64%2Fsrc%2FL3DEX.h;fp=source%2Fgles2n64%2Fsrc%2FL3DEX.h;h=ddcfb41829b81ca205137339a9be4251fb040f2c;hb=34cf40586ac07c54d9bfc5be30f28743232b6d67;hp=0000000000000000000000000000000000000000;hpb=22726e4d55be26faa48b57b22689cbedde27ae44;p=mupen64plus-pandora.git diff --git a/source/gles2n64/src/L3DEX.h b/source/gles2n64/src/L3DEX.h new file mode 100644 index 0000000..ddcfb41 --- /dev/null +++ b/source/gles2n64/src/L3DEX.h @@ -0,0 +1,8 @@ +#ifndef L3DEX_H +#define L3DEX_H +#include "Types.h" + +void L3DEX_Line3D( u32 w0, u32 w1 ); +void L3DEX_Init(); +#endif +