SSBM Decomp
Loading...
Searching...
No Matches
GXStubs.h
Go to the documentation of this file.
1#ifndef DOLPHIN_GX_GXSTUBS_H
2#define DOLPHIN_GX_GXSTUBS_H
3
4#include <platform.h>
5
6void __GXSetRange(f32 nearz, f32);
7
8#endif
void __GXSetRange(f32 nearz, f32)
Definition GXStubs.c:3
float f32
A 32-bit floating-point number.
Definition platform.h:62