Merge branch 'master' of git://factorcode.org/git/factor

db4
slava 2008-12-16 02:54:44 -06:00
commit cef70c999d
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors calendar.format combinators io.files USING: accessors calendar.format combinators io.files
kernel math.parser sequences splitting system tools.files kernel math.parser sequences splitting system tools.files
generalizations tools.files.private ; generalizations tools.files.private io.files.info ;
IN: tools.files.windows IN: tools.files.windows
<PRIVATE <PRIVATE

View File

@ -4,7 +4,8 @@ vectors windows.kernel32 windows.com windows.dinput shuffle
windows.user32 windows.messages sequences combinators locals windows.user32 windows.messages sequences combinators locals
math.geometry.rect ui.windows accessors math windows alien math.geometry.rect ui.windows accessors math windows alien
alien.strings io.encodings.utf16 io.encodings.utf16n alien.strings io.encodings.utf16 io.encodings.utf16n
continuations byte-arrays game-input.dinput.keys-array ; continuations byte-arrays game-input.dinput.keys-array
game-input ;
IN: game-input.dinput IN: game-input.dinput
SINGLETON: dinput-game-input-backend SINGLETON: dinput-game-input-backend