chiark / gitweb /
Initial checkin of a portable framework for writing small GUI puzzle
authorSimon Tatham <anakin@pobox.com>
Sun, 25 Apr 2004 14:27:58 +0000 (14:27 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 25 Apr 2004 14:27:58 +0000 (14:27 +0000)
commit96dbb537ee14f992459a8359a113a78414addf9d
tree1d1e46e1dcda779dffca03c29bdfdf1fce66f3e4
Initial checkin of a portable framework for writing small GUI puzzle
games.

[originally from svn r4138]
12 files changed:
.cvsignore [new file with mode: 0644]
Recipe [new file with mode: 0644]
cube.c [new file with mode: 0644]
gtk.c [new file with mode: 0644]
malloc.c [new file with mode: 0644]
midend.c [new file with mode: 0644]
net.c [new file with mode: 0644]
puzzles.h [new file with mode: 0644]
random.c [new file with mode: 0644]
tree234.c [new file with mode: 0644]
tree234.h [new file with mode: 0644]
windows.c [new file with mode: 0644]