more loading fixes
parent
8e459b9edb
commit
3aad4d2fe8
|
@ -23,7 +23,7 @@ SPECIALIZED-ARRAY: ushort
|
|||
SPECIALIZED-ARRAY: void*
|
||||
IN: alien.marshall
|
||||
|
||||
<< primitive-types [ [ "void*" = ] [ "bool" = ] bi or not ]
|
||||
<< primitive-types [ [ void* = ] [ bool = ] bi or not ]
|
||||
filter [ define-primitive-marshallers ] each >>
|
||||
|
||||
TUPLE: alien-wrapper { underlying alien } ;
|
||||
|
|
|
@ -23,7 +23,7 @@ TYPEDEF: ushort FT_UShort
|
|||
TYPEDEF: long FT_Long
|
||||
TYPEDEF: ulong FT_ULong
|
||||
TYPEDEF: uchar FT_Bool
|
||||
TYPEDEF: cell FT_Offset
|
||||
TYPEDEF: ulong FT_Offset
|
||||
TYPEDEF: int FT_PtrDist
|
||||
TYPEDEF: char FT_String
|
||||
TYPEDEF: int FT_Tag
|
||||
|
|
|
@ -4,6 +4,7 @@ USING: accessors alien.c-types jamshred.game jamshred.oint
|
|||
jamshred.player jamshred.tunnel kernel math math.constants
|
||||
math.functions math.vectors opengl opengl.gl opengl.glu
|
||||
opengl.demo-support sequences specialized-arrays ;
|
||||
FROM: alien.c-types => float ;
|
||||
SPECIALIZED-ARRAY: float
|
||||
IN: jamshred.gl
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.c-types combinators kernel locals math
|
||||
math.ranges openal sequences sequences.merged specialized-arrays ;
|
||||
FROM: alien.c-types => short ;
|
||||
SPECIALIZED-ARRAY: uchar
|
||||
SPECIALIZED-ARRAY: short
|
||||
IN: synth.buffers
|
||||
|
|
Loading…
Reference in New Issue