move chipmunk to chipmunk.ffi
parent
b55cddf969
commit
d853061f8f
|
@ -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 ;
|
||||
|
|
|
@ -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" ] }
|
Loading…
Reference in New Issue