meiyunyang / chipmunk-physics

Automatically exported from code.google.com/p/chipmunk-physics
MIT License
0 stars 0 forks source link

NULL not defined in cpSpace.h #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a NULL in cpSpace.h as well, on line 136. Replacing it with ((cpSpace 
*)0) will fix it just fine. Thanks a bunch.

-Ray

Original issue reported on code.google.com by raydo...@gmail.com on 6 Aug 2010 at 10:00

GoogleCodeExporter commented 8 years ago
Bah. Fixed that one too. I grepped the header directory this time to make sure 
I got all of them.

Original comment by slemb...@gmail.com on 6 Aug 2010 at 10:22