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

13 lines
180 B
C++

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