Chipmunk2D Pro API Reference  7.0.3
 All Classes Functions Variables Typedefs Enumerations Enumerator Properties Groups Pages
cpHastySpace.h
1 // Copyright 2013 Howling Moon Software. All rights reserved.
2 // See http://chipmunk2d.net/legal.php for more information.
3 
7 
8 struct cpHastySpace;
9 typedef struct cpHastySpace cpHastySpace;
10 
14 CP_EXPORT cpSpace *cpHastySpaceNew(void);
15 CP_EXPORT void cpHastySpaceFree(cpSpace *space);
16 
21 CP_EXPORT void cpHastySpaceSetThreads(cpSpace *space, unsigned long threads);
22 
24 CP_EXPORT unsigned long cpHastySpaceGetThreads(cpSpace *space);
25 
27 CP_EXPORT void cpHastySpaceStep(cpSpace *space, cpFloat dt);