SSBM Decomp
Loading...
Searching...
No Matches
lb_00CE.h
Go to the documentation of this file.
1#ifndef GALE01_00CE50
2#define GALE01_00CE50
3
4#include <platform.h>
5
6#include <common_structs.h>
7
8/* 00CE50 */ float expf(float);
9/* 00CEE0 */ float powf(float, float);
10/* 00CF74 */ s32 powi(s32, s32);
11/* 00D008 */ float lb_8000D008(float, float);
12/* 00D148 */ s32 lb_8000D148(float, float, float, float, float, float, float);
13
14#endif
float expf(float)
Definition lb_00CE.c:12
float powf(float, float)
Definition lb_00CE.c:48
s32 powi(s32, s32)
Definition lb_00CE.c:72
s32 lb_8000D148(float, float, float, float, float, float, float)
Definition lb_00CE.c:160
float lb_8000D008(float, float)
Definition lb_00CE.c:112
signed long s32
A signed 32-bit integer.
Definition platform.h:14