1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
GLideN64/src/uCodes/L3D.h
2017-09-21 21:33:08 +07: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