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

13 lines
176 B
C++

#ifndef __BUG_899_H__
#define __BUG_899_H__
#include "BugsTest.h"
class Bug899Layer : public BugsTestBaseLayer
{
public:
virtual bool init();
};
#endif // __BUG_899_H__