mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix internal macros
This commit is contained in:
parent
e0c89e8d07
commit
1d808dfbfd
2 changed files with 3 additions and 1 deletions
|
@ -5059,6 +5059,7 @@ class SetupTouchTogglePopup : FLAlertLayer {
|
|||
}
|
||||
|
||||
class SimplePlayer : cocos2d::CCSprite {
|
||||
SimplePlayer() {}
|
||||
void setSecondColor(const cocos2d::ccColor3B& color) {
|
||||
|
||||
m_secondLayer->setColor(color);
|
||||
|
|
|
@ -67,4 +67,5 @@
|
|||
template <class> \
|
||||
void _##Line_##Function()
|
||||
|
||||
#define $execute GEODE_EXECUTE_FUNC(__LINE__)
|
||||
#define GEODE_EXECUTE_FUNC1(Line_) GEODE_EXECUTE_FUNC(Line_)
|
||||
#define $execute GEODE_EXECUTE_FUNC1(__LINE__)
|
||||
|
|
Loading…
Reference in a new issue