game.input.dinput: fix load error

db4
Slava Pestov 2010-01-20 07:02:48 -06:00
parent 5279845ee0
commit e68996c511
1 changed files with 9 additions and 10 deletions

19
basis/game/input/dinput/dinput.factor Normal file → Executable file
View File

@ -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