mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
10 lines
146 B
C
10 lines
146 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
|
|
|