game.input.dinput: fix load error
parent
5279845ee0
commit
e68996c511
|
@ -1,13 +1,12 @@
|
||||||
USING: accessors alien alien.c-types alien.strings arrays
|
USING: accessors alien alien.c-types alien.strings arrays assocs
|
||||||
assocs byte-arrays combinators combinators.short-circuit
|
byte-arrays combinators combinators.short-circuit continuations
|
||||||
continuations game.input game.input.dinput.keys-array
|
game.input game.input.dinput.keys-array io.encodings.utf16
|
||||||
io.encodings.utf16 io.encodings.utf16n kernel locals math
|
io.encodings.utf16n kernel locals math math.bitwise
|
||||||
math.bitwise math.rectangles namespaces parser sequences
|
math.rectangles namespaces parser sequences shuffle
|
||||||
shuffle specialized-arrays ui.backend.windows vectors
|
specialized-arrays ui.backend.windows vectors windows.com
|
||||||
windows.com windows.directx.dinput
|
windows.directx.dinput windows.directx.dinput.constants
|
||||||
windows.directx.dinput.constants .errors windows.kernel32
|
windows.kernel32 windows.messages windows.ole32 windows.errors
|
||||||
windows.messages .ole32 windows.user32 classes.struct
|
windows.user32 classes.struct alien.data ;
|
||||||
alien.data ;
|
|
||||||
SPECIALIZED-ARRAY: DIDEVICEOBJECTDATA
|
SPECIALIZED-ARRAY: DIDEVICEOBJECTDATA
|
||||||
IN: game.input.dinput
|
IN: game.input.dinput
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue