This commit is contained in:
2026-03-03 13:56:44 +08:00
commit bc77cb13ed
12984 changed files with 1980300 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#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__