From 96dbb537ee14f992459a8359a113a78414addf9d Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 25 Apr 2004 14:27:58 +0000 Subject: Initial checkin of a portable framework for writing small GUI puzzle games. [originally from svn r4138] --- cube.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cube.c (limited to 'cube.c') diff --git a/cube.c b/cube.c new file mode 100644 index 0000000..0ceef12 --- /dev/null +++ b/cube.c @@ -0,0 +1,3 @@ +/* + * cube.c: Cube game. + */ -- cgit v1.1