mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
8 lines
116 B
C
8 lines
116 B
C
#ifndef L3DEX_H
|
|
#define L3DEX_H
|
|
#include "Types.h"
|
|
|
|
void L3DEX_Line3D( u32 w0, u32 w1 );
|
|
void L3DEX_Init();
|
|
#endif
|
|
|