axmol/samples/TestCpp/Classes/BugsTest/Bug-914.h

20 lines
389 B
C
Raw Normal View History

2011-07-08 11:22:35 +08:00
#ifndef __BUG_914_H__
#define __BUG_914_H__
#include "BugsTest.h"
class Bug914Layer : public BugsTestBaseLayer
{
public:
static CCScene* scene();
virtual bool init();
void ccTouchesMoved(CCSet *touches, CCEvent * event);
void ccTouchesBegan(CCSet *touches, CCEvent * event);
void restart(CCObject* sender);
CREATE_FUNC(Bug914Layer);
2011-07-08 11:22:35 +08:00
};
#endif // __BUG_914_H__