16 lines
259 B
C
16 lines
259 B
C
|
|
#ifndef __BUG_458_H__
|
||
|
|
#define __BUG_458_H__
|
||
|
|
|
||
|
|
#include "../BugsTest.h"
|
||
|
|
|
||
|
|
class Bug458Layer : public BugsTestBase
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
CREATE_FUNC(Bug458Layer);
|
||
|
|
|
||
|
|
virtual bool init() override;
|
||
|
|
void selectAnswer(cocos2d::Ref* sender);
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // __BUG_458_H__
|