mirror of https://github.com/axmolengine/axmol.git
issue #6
This commit is contained in:
parent
95699af69d
commit
6c2b2a940d
|
@ -22,6 +22,14 @@ THE SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
#include "NSObject.h"
|
#include "NSObject.h"
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
|
NSObject* CCCopying::copyWithZone(NSZone *pZone)
|
||||||
|
{
|
||||||
|
assert(0);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
NSObject::NSObject(void)
|
NSObject::NSObject(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue