[corman-sdl-cvs] CVS update: corman-sdl/engine/engine.lisp

Luke J Crook lcrook at common-lisp.net
Tue May 4 05:55:25 UTC 2004


Update of /project/corman-sdl/cvsroot/corman-sdl/engine
In directory common-lisp.net:/tmp/cvs-serv29856/engine

Modified Files:
      Tag: lush
	engine.lisp 
Log Message:

Date: Tue May  4 01:55:25 2004
Author: lcrook

Index: corman-sdl/engine/engine.lisp
diff -u corman-sdl/engine/engine.lisp:1.5.2.1 corman-sdl/engine/engine.lisp:1.5.2.2
--- corman-sdl/engine/engine.lisp:1.5.2.1	Wed Apr 21 02:09:36 2004
+++ corman-sdl/engine/engine.lisp	Tue May  4 01:55:25 2004
@@ -1,5 +1,11 @@
-;;;;; Copyright (c) 2003-2004, Luke J Crook
-;;;;; All rights reserved.
+;;; 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 at balooga.com
+;;; 12 June, 2003
+;;; Version 0.1
+
 (require 'sdl)
 (require 'sdl-util)
 (in-package :win)





More information about the Corman-sdl-cvs mailing list