REPL Improvement Goals
Not necessarily in order of importance or ease of implementation!
Not necessarily in order of importance or ease of implementation!
Err... see http://gist.github.com/327467 for the most up-to-date version | |
#!/usr/bin/perl | |
use strict; | |
use SDL; | |
use SDL::App; | |
use SDL::Game::Rect; | |
use SDL::Event; | |
use SDL::Events; |