2012-04-19 14:35:52 +08:00
|
|
|
#ifndef _CURRENT_LANGUAGE_TEST_H_
|
|
|
|
#define _CURRENT_LANGUAGE_TEST_H_
|
|
|
|
|
|
|
|
#include "cocos2d.h"
|
2015-04-03 14:31:03 +08:00
|
|
|
#include "../BaseTest.h"
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2015-04-03 14:31:03 +08:00
|
|
|
DEFINE_TEST_SUITE(CurrentLanguageTests);
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2015-04-03 14:31:03 +08:00
|
|
|
class CurrentLanguageTest : public TestCase
|
2012-04-19 14:35:52 +08:00
|
|
|
{
|
|
|
|
public:
|
2015-04-03 14:31:03 +08:00
|
|
|
CREATE_FUNC(CurrentLanguageTest);
|
|
|
|
|
|
|
|
CurrentLanguageTest();
|
2012-04-19 14:35:52 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif // _CURRENT_LANGUAGE_TEST_H_
|