mirror of https://github.com/axmolengine/axmol.git
fix some compiling mistake
This commit is contained in:
parent
1fc09448a4
commit
717698bf65
File diff suppressed because it is too large
Load Diff
|
@ -22,6 +22,7 @@ public:
|
|||
|
||||
void removeDelegate(CCAccelerometerDelegate* pDelegate) {CC_UNUSED_PARAM(pDelegate);};
|
||||
void addDelegate(CCAccelerometerDelegate* pDelegate) {CC_UNUSED_PARAM(pDelegate);};
|
||||
void setDelegate(CCAccelerometerDelegate* pDelegate) {CC_UNUSED_PARAM(pDelegate);}
|
||||
};
|
||||
|
||||
}//namespace cocos2d
|
||||
|
|
Loading…
Reference in New Issue