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

13 lines
176 B
C++

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