Chipmunk2D Pro API Reference
6.2.1
Main Page
Related Pages
Modules
Classes
Files
File List
All
Classes
Functions
Variables
Typedefs
Properties
Groups
Pages
HastySpace
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
cpSpace
*cpHastySpaceNew(
void
);
15
void
cpHastySpaceFree(
cpSpace
*space);
16
21
void
cpHastySpaceSetThreads(
cpSpace
*space,
unsigned
long
threads);
22
24
unsigned
long
cpHastySpaceGetThreads(
cpSpace
*space);
25
27
void
cpHastySpaceStep(
cpSpace
*space,
cpFloat
dt);
Generated on Fri Jan 16 2015 15:54:52 for Chipmunk2D Pro API Reference by
1.8.3.1