SSBM Decomp
Loading...
Searching...
No Matches
plbonusinline.h
Go to the documentation of this file.
1
#ifndef MELEE_PL_PLBONUSLIB_INLINE_H
2
#define MELEE_PL_PLBONUSLIB_INLINE_H
3
4
#include <
sysdolphin/baselib/debug.h
>
5
6
static
inline
float
pl_CalculateAverage
(
float
val,
float
total)
7
{
8
HSD_ASSERT
(16, total != 0.0F);
9
return
val / total;
10
}
11
12
#endif
debug.h
HSD_ASSERT
#define HSD_ASSERT(line, cond)
Definition
debug.h:19
pl_CalculateAverage
static float pl_CalculateAverage(float val, float total)
Definition
plbonusinline.h:6
src
melee
pl
plbonusinline.h
Generated by
1.9.8