We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3515854 + 523539a commit 74565e7Copy full SHA for 74565e7
chipmunk/include/chipmunk/chipmunk_private.h
@@ -695,7 +695,9 @@ struct cpSpace {
695
void cpSpaceSetStaticBody(cpSpace *space, cpBody *body);
696
697
extern cpCollisionHandler cpCollisionHandlerDoNothing;
698
+#if defined(_WINDOWS) && (defined(_WIN32) || defined(WIN32))
699
CP_EXPORT cpCollisionHandler * get_cpCollisionHandlerDoNothing();
700
+#endif
701
702
void cpSpaceProcessComponents(cpSpace *space, cpFloat dt);
703
0 commit comments