This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef KL_HTTP_CLIENT_H | |
| #define KL_HTTP_CLIENT_H | |
| #include "cocos2d.h" | |
| #include "cocos-ext.h" | |
| #include "ExtensionMacros.h" | |
| USING_NS_CC; | |
| USING_NS_CC_EXT; | |
| #include "downloader/HttpRequest.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Callback.h | |
| * | |
| * Created on: Dec 28, 2013 | |
| * Author: Jakub 'kuhar' Kuderski | |
| */ | |
| #ifndef CALLBACK_H_ | |
| #define CALLBACK_H_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Delegate.h | |
| * | |
| * Created on: Dec 18, 2013 | |
| * Author: Jakub 'kuhar' Kuderski | |
| */ | |
| #ifndef DELEGATE_H | |
| #define DELEGATE_H |
NewerOlder