mirror of https://github.com/axmolengine/axmol.git
14 lines
220 B
C
14 lines
220 B
C
|
#ifndef __BUG_458_H__
|
||
|
#define __BUG_458_H__
|
||
|
|
||
|
#include "../BugsTest.h"
|
||
|
|
||
|
class Bug458Layer : public BugsTestBaseLayer
|
||
|
{
|
||
|
public:
|
||
|
virtual bool init();
|
||
|
void selectAnswer(CCObject* sender);
|
||
|
};
|
||
|
|
||
|
#endif // __BUG_458_H__
|