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

18 lines
316 B
C
Raw Normal View History

2011-07-08 11:22:35 +08:00
#ifndef __BUG_1159_H__
#define __BUG_1159_H__
#include "BugsTest.h"
class Bug1159Layer : public BugsTestBaseLayer
{
public:
virtual bool init() override;
virtual void onExit() override;
static Scene* scene();
void callBack(Ref* sender);
2011-07-08 11:22:35 +08:00
CREATE_FUNC(Bug1159Layer);
2011-07-08 11:22:35 +08:00
};
#endif // __BUG_1159_H__