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
int
threads);
22
24
unsigned
int
cpHastySpaceGetThreads(
cpSpace
*space);
25
27
void
cpHastySpaceStep(
cpSpace
*space,
cpFloat
dt);
Generated on Wed Oct 16 2013 00:37:39 for Chipmunk2D Pro API Reference by
1.8.3.1