summaryrefslogtreecommitdiff
path: root/include/d/d_bg_s_func.h
blob: 0599a175477891e3dabc17f4cdc485f4a0fcb2a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef D_BG_S_FUNC_H
#define D_BG_S_FUNC_H

#include "SSystem/SComponent/c_xyz.h"

class dBgS_SplGrpChk;

f32 dBgS_ObjGndChk_Func(cXyz&);
f32 dBgS_ObjGndChk_Wtr_Func(cXyz&);
bool dBgS_SplGrpChk_In_ObjGnd(cXyz&, dBgS_SplGrpChk*, f32);
f32 dBgS_GetWaterHeight(cXyz&);
u32 dBgS_GetGndMtrlSndId_Func(cXyz, f32);

#endif /* D_BG_S_FUNC_H */