2005-06-19 17:50:35 -04:00
|
|
|
USING: kernel parser sequences io ;
|
2005-05-23 01:18:51 -04:00
|
|
|
[
|
|
|
|
"/library/sdl/sdl.factor"
|
|
|
|
"/library/sdl/sdl-video.factor"
|
|
|
|
"/library/sdl/sdl-event.factor"
|
|
|
|
"/library/sdl/sdl-gfx.factor"
|
|
|
|
"/library/sdl/sdl-keysym.factor"
|
|
|
|
"/library/sdl/sdl-keyboard.factor"
|
|
|
|
"/library/sdl/sdl-ttf.factor"
|
|
|
|
"/library/sdl/sdl-utils.factor"
|
|
|
|
] [
|
|
|
|
dup print run-resource
|
|
|
|
] each
|