axmol/tests/test-cpp/Classes/BugsTest/Bug-886.h

13 lines
176 B
C
Raw Normal View History

2011-07-08 11:22:35 +08:00
#ifndef __BUG_886_H__
#define __BUG_886_H__
#include "BugsTest.h"
class Bug886Layer : public BugsTestBaseLayer
{
public:
virtual bool init();
};
#endif // __BUG_886_H__