Files
2026-03-03 13:56:44 +08:00

15 lines
211 B
C++

#ifndef __BUG_350_H__
#define __BUG_350_H__
#include "BugsTest.h"
class Bug350Layer : public BugsTestBase
{
public:
CREATE_FUNC(Bug350Layer);
virtual bool init() override;
};
#endif // __BUG_350_H__