mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
10 lines
151 B
C
10 lines
151 B
C
#ifndef L3DEX2_H
|
|
#define L3DEX2_H
|
|
#include "Types.h"
|
|
|
|
#define L3DEX2_LINE3D 0x08
|
|
|
|
void L3DEX2_Line3D( u32 w0, u32 w1 );
|
|
void L3DEX2_Init();
|
|
#endif
|
|
|