mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
* 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>
19 lines
360 B
C++
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 |