move chipmunk to chipmunk.ffi

db4
Joe Groff 2010-02-24 17:00:17 -08:00
parent b55cddf969
commit d853061f8f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2010 Erik Charlebois
! See http:// factorcode.org/license.txt for BSD license.
USING: accessors chipmunk classes.struct game.worlds kernel locals
USING: accessors chipmunk.ffi classes.struct game.worlds kernel locals
math method-chains opengl.gl random sequences specialized-arrays
specialized-arrays.instances.alien.c-types.void* ui ui.gadgets.worlds
ui.pixel-formats ;

View File

@ -4,7 +4,7 @@ USING: accessors alien.c-types alien.syntax classes.struct combinators
combinators.short-circuit kernel math math.order sequences
specialized-arrays.instances.alien.c-types.void* typed
specialized-arrays locals system alien.libraries ;
IN: chipmunk
IN: chipmunk.ffi
<< "chipmunk" {
{ [ os windows? ] [ "chipmunk.dll" ] }