axmol/tests/cpp-tests/Classes/BugsTest/Bug-458/Bug-458.h

14 lines
215 B
C
Raw Normal View History

2011-07-08 11:22:35 +08:00
#ifndef __BUG_458_H__
#define __BUG_458_H__
#include "../BugsTest.h"
class Bug458Layer : public BugsTestBaseLayer
{
public:
virtual bool init();
void selectAnswer(Ref* sender);
2011-07-08 11:22:35 +08:00
};
#endif // __BUG_458_H__