Update of /project/corman-sdl/cvsroot/corman-sdl/engine In directory common-lisp.net:/tmp/cvs-serv25504/engine
Modified Files: engine.lisp Log Message:
Date: Tue May 4 02:00:53 2004 Author: lcrook
Index: corman-sdl/engine/engine.lisp diff -u corman-sdl/engine/engine.lisp:1.7 corman-sdl/engine/engine.lisp:1.8 --- corman-sdl/engine/engine.lisp:1.7 Wed Apr 21 02:00:13 2004 +++ corman-sdl/engine/engine.lisp Tue May 4 02:00:53 2004 @@ -1,11 +1,5 @@ -;;; A bouncing ball example. -;;; Blits rectangles of random size to random positions on the screen -;;; Original work: "The Simple Direct Media Layer", Ernest S. Pazera -;;; ( http://www.gamedev.net/reference/programming/features/sdl2/page5.asp) -;;; Conversion by Luke J Crook, luke@balooga.com -;;; 12 June, 2003 -;;; Version 0.1 - +;;;;; Copyright (c) 2003-2004, Luke J Crook +;;;;; All rights reserved. (require 'sdl) (require 'sdl-util) (in-package :win)
corman-sdl-cvs@common-lisp.net