#ifndef __BUG_914_H__ #define __BUG_914_H__ #include "BugsTest.h" class Bug914Layer : public BugsTestBaseLayer { public: static Scene* scene(); virtual bool init(); void ccTouchesMoved(Set *touches, Event * event); void ccTouchesBegan(Set *touches, Event * event); void restart(Object* sender); CREATE_FUNC(Bug914Layer); }; #endif // __BUG_914_H__