]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/game/game.factor
Making sure that vocabs only have lists or lists.lazy if they need them
[factor.git] / extra / tetris / game / game.factor
index a58c41eab6a849035cd8116ea85c4971b0b0fdfc..90df619ff7be3db9b6356f88c2137969ea0927e4 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2006, 2007 Alex Chapman
 ! See http://factorcode.org/license.txt for BSD license.
 USING: kernel sequences math math.functions tetris.board
-tetris.piece tetris.tetromino lists lists.lazy combinators system ;
+tetris.piece tetris.tetromino lists combinators system ;
 IN: tetris.game
 
 TUPLE: tetris pieces last-update update-interval rows score game-state paused? running? ;