mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
remove mac 0x0
This commit is contained in:
parent
fd3a587aa9
commit
18275bb6fe
1 changed files with 4 additions and 4 deletions
|
@ -683,10 +683,10 @@ class cocos2d::CCObject {
|
|||
}
|
||||
|
||||
class cocos2d::CCParticleSystem {
|
||||
CCParticleSystem() = mac 0x0;
|
||||
virtual ~CCParticleSystem() = mac 0x0;
|
||||
virtual auto update(float) = mac 0x0;
|
||||
auto initParticle(cocos2d::tCCParticle*) = mac 0x0;
|
||||
CCParticleSystem();
|
||||
virtual ~CCParticleSystem();
|
||||
virtual auto update(float);
|
||||
auto initParticle(cocos2d::tCCParticle*);
|
||||
auto resetSystem() = mac 0x46bd50;
|
||||
auto resumeSystem() = mac 0x46bd40;
|
||||
auto stopSystem() = mac 0x46bd10;
|
||||
|
|
Loading…
Add table
Reference in a new issue