mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-16 04:44:26 -04:00
minor c_bg_s work
This commit is contained in:
@@ -42,9 +42,6 @@ public:
|
||||
cBgS() {}
|
||||
|
||||
cM3dGPla* GetTriPla(cBgS_PolyInfo&) const;
|
||||
cM3dGPla* i_GetTriPla(cBgS_PolyInfo& polyInfo) const {
|
||||
return GetTriPla(polyInfo.GetBgIndex(), polyInfo.GetPolyIndex());
|
||||
}
|
||||
bool Regist(cBgW*, unsigned int, void*);
|
||||
int Release(cBgW*);
|
||||
bool LineCross(cBgS_LinChk*);
|
||||
|
||||
Reference in New Issue
Block a user