mirror of https://github.com/axmolengine/axmol.git
17 lines
268 B
C
17 lines
268 B
C
|
#ifndef __BUG_422_H__
|
||
|
#define __BUG_422_H__
|
||
|
|
||
|
#include "BugsTest.h"
|
||
|
|
||
|
class Bug422Layer : public BugsTestBaseLayer
|
||
|
{
|
||
|
public:
|
||
|
virtual bool init();
|
||
|
|
||
|
void reset();
|
||
|
void check(CCNode* target);
|
||
|
void menuCallback(CCObject* sender);
|
||
|
};
|
||
|
|
||
|
#endif // __BUG_422_H__
|