Files
tp/include/SSystem/SComponent/c_bg_s_poly_pass_chk.h
T
Max RoncaceandGitHub 9943a52a79 Move cBgS_GrpPassChk and cBgS_PolyPassChk to separate headers (#2861)
This is supported by RTTI ordering which only makes sense if these
classes are in separate headers from the dBgS_* classes.
2025-11-25 18:39:11 +02:00

10 lines
171 B
C++

#ifndef C_BG_S_POLY_PASS_CHK_H
#define C_BG_S_POLY_PASS_CHK_H
class cBgS_PolyPassChk {
public:
virtual ~cBgS_PolyPassChk() {}
};
#endif /* C_BG_S_POLY_PASS_CHK_H */