mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
add much requested ccdrawnode::drawRect overload
This commit is contained in:
parent
c3e7f235e0
commit
145adb2e1f
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ public:
|
|||
void drawPreciseCubicBezier(cocos2d::CCPoint const&, cocos2d::CCPoint const&, cocos2d::CCPoint const&, cocos2d::CCPoint const&, unsigned int, cocos2d::_ccColor4F const&);
|
||||
bool drawLines(cocos2d::CCPoint*, unsigned int, float, cocos2d::_ccColor4F const&);
|
||||
bool drawRect(cocos2d::CCPoint const&, cocos2d::CCPoint const&, cocos2d::_ccColor4F const&, float, cocos2d::_ccColor4F const&);
|
||||
bool drawRect(cocos2d::CCRect const&, cocos2d::_ccColor4F const&, float, cocos2d::_ccColor4F const&);
|
||||
void disableDrawArea();
|
||||
void enableDrawArea(cocos2d::CCRect& rect);
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue