mirror of https://github.com/axmolengine/axmol.git
19 lines
247 B
C
19 lines
247 B
C
|
/*
|
||
|
*
|
||
|
*/
|
||
|
#ifndef __RELEASE_POOL_TEST_H__
|
||
|
#define __RELEASE_POOL_TEST_H__
|
||
|
|
||
|
#include "../testBasic.h"
|
||
|
|
||
|
class ReleasePoolTestScene : public TestScene
|
||
|
{
|
||
|
public:
|
||
|
virtual void runThisTest();
|
||
|
|
||
|
private:
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // __RELEASE_POOL_TEST_H__
|