mirror of https://github.com/axmolengine/axmol.git
13 lines
176 B
C
13 lines
176 B
C
|
#ifndef __BUG_886_H__
|
||
|
#define __BUG_886_H__
|
||
|
|
||
|
#include "BugsTest.h"
|
||
|
|
||
|
class Bug886Layer : public BugsTestBaseLayer
|
||
|
{
|
||
|
public:
|
||
|
virtual bool init();
|
||
|
};
|
||
|
|
||
|
#endif // __BUG_886_H__
|