1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
GLideN64/L3D.h
2015-05-13 10:09:12 +06:00

11 lines
136 B
C

#ifndef L3D_H
#define L3D_H
#include "Types.h"
#define L3D_LINE3D 0xB5
void L3D_Line3D( u32 w0, u32 w1 );
void L3D_Init();
#endif