fix internal macros

This commit is contained in:
altalk23 2022-11-27 03:57:05 +03:00
parent e0c89e8d07
commit 1d808dfbfd
2 changed files with 3 additions and 1 deletions

View file

@ -5059,6 +5059,7 @@ class SetupTouchTogglePopup : FLAlertLayer {
}
class SimplePlayer : cocos2d::CCSprite {
SimplePlayer() {}
void setSecondColor(const cocos2d::ccColor3B& color) {
m_secondLayer->setColor(color);

View file

@ -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__)