axmol/tests/cpp-tests/Classes/BugsTest/Bug-350.h

15 lines
211 B
C
Raw Normal View History

2011-07-08 11:22:35 +08:00
#ifndef __BUG_350_H__
#define __BUG_350_H__
#include "BugsTest.h"
class Bug350Layer : public BugsTestBase
2011-07-08 11:22:35 +08:00
{
public:
CREATE_FUNC(Bug350Layer);
virtual bool init() override;
2011-07-08 11:22:35 +08:00
};
#endif // __BUG_350_H__