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

18 lines
306 B
C++

#ifndef __BUG_1159_H__
#define __BUG_1159_H__
#include "BugsTest.h"
class Bug1159Layer : public BugsTestBaseLayer
{
public:
virtual bool init();
virtual void onExit();
static CCScene* scene();
void callBack(CCObject* pSender);
CREATE_FUNC(Bug1159Layer);
};
#endif // __BUG_1159_H__