game.input.x11: add alien.data to using list

db4
Slava Pestov 2010-05-24 00:32:35 -04:00
parent 54ce8be408
commit 28e67b7066
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2010 Erik Charlebois, William Schlieper.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien.c-types arrays kernel game.input
USING: accessors alien.c-types alien.data arrays kernel game.input
namespaces math classes bit-arrays system sequences vectors
x11 x11.xlib assocs generalizations ;
IN: game.input.x11