1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
GLideN64/src/L3DEX.h
2015-05-13 10:21:32 +06:00

9 lines
116 B
C

#ifndef L3DEX_H
#define L3DEX_H
#include "Types.h"
void L3DEX_Line3D( u32 w0, u32 w1 );
void L3DEX_Init();
#endif