mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
This is supported by RTTI ordering which only makes sense if these classes are in separate headers from the dBgS_* classes.
10 lines
171 B
C++
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 */
|