axmol/tests/Classes/BugsTest/Bug-422.h

17 lines
261 B
C
Raw Normal View History

2011-07-08 11:22:35 +08:00
#ifndef __BUG_422_H__
#define __BUG_422_H__
#include "BugsTest.h"
class Bug422Layer : public BugsTestBaseLayer
{
public:
virtual bool init();
void reset();
void check(Node* target);
void menuCallback(Ref* sender);
2011-07-08 11:22:35 +08:00
};
#endif // __BUG_422_H__