fix vocab usage in space invaders

cvs
Chris Double 2006-01-13 13:01:16 +00:00
parent bb9ff1cc7b
commit b071adbc25
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
USING: alien cpu-8080 errors generic io kernel kernel-internals USING: alien cpu-8080 errors generic io kernel kernel-internals
lists math namespaces sdl sdl-event sdl-gfx sdl-video sequences lists math namespaces sdl sequences styles threads ;
styles threads ;
IN: space-invaders IN: space-invaders
TUPLE: space-invaders port1 port2i port2o port3o port4lo port4hi port5o ; TUPLE: space-invaders port1 port2i port2o port3o port4lo port4hi port5o ;