]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/roms/space-invaders/space-invaders.factor
factor: trim using lists
[factor.git] / extra / roms / space-invaders / space-invaders.factor
index 614e5c70072928a5e82c6b28752970ee0300e5b2..1064308a324a8d544279a4b314d56e341611112f 100644 (file)
@@ -4,7 +4,7 @@
 ! Space Invaders: http://www.emuparadise.me/M.A.M.E._-_Multiple_Arcade_Machine_Emulator_ROMs/Space_Invaders_--_Space_Invaders_M/13774
 USING: accessors alien.c-types alien.data arrays
 combinators cpu.8080 cpu.8080.emulator io.pathnames kernel
-locals math math.order openal openal.alut opengl.gl sequences
+math math.order openal openal.alut opengl.gl sequences
 specialized-arrays ui ui.gadgets ui.gestures ui.render ;
 QUALIFIED: threads
 QUALIFIED: system