We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Refractor Image member variable and functions from private to protected
Refractor Image member variable and functions from private to protected
Refactor #3804 [Closed]
Status: | Closed | |
---|---|---|
Start date: | 2014-01-21 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | all | |
Target version: | - |
Our image act as abstraction of JPG, PNG, TIFF images. However, some member variables and function are private. We need to change them from private to protected so that developers can extended new image type by themself.