#ifndef _CURL_TEST_H_ #define _CURL_TEST_H_ #include "cocos2d.h" #include "../BaseTest.h" DEFINE_TEST_SUITE(CurlTests); class CurlTest : public TestCase { public: CREATE_FUNC(CurlTest); CurlTest(); ~CurlTest(); void onTouchesEnded(const std::vector& touches, cocos2d::Event *event); private: cocos2d::Label* _label; }; #endif // _CURL_TEST_H_