Files
tp/include/SComponent/c_bg_s_gnd_chk.h
T
1e105b87f1 some c_m3d (#97)
* decompiled some bgs_chk funcs

* c_m3d_g

* c_math progress

* remove duplicate SComponent headers

* move some variables and decompile a function

* some inlined from debug

* cM3d_2PlaneLinePosNearPos

* fix fabsf and decompile cM3d_CrawVec

* format

* cleanup

* more cleanup

Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-01-26 17:48:47 -05:00

19 lines
360 B
C++

#ifndef C_BG_S_GND_CHK_H_
#define C_BG_S_GND_CHK_H_
#include "SComponent/c_bg_s_chk.h"
#include "SComponent/c_xyz.h"
#include "global.h"
class cBgS_GndChk : public cBgS_Chk {
private:
// poly info
public:
cBgS_GndChk(void);
virtual ~cBgS_GndChk(void);
void SetPos(const Vec*);
void SetPos(const cXyz*);
void PreCheck(void);
};
#endif