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] --- midend.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 midend.c (limited to 'midend.c') diff --git a/midend.c b/midend.c new file mode 100644 index 0000000..2adbf9f --- /dev/null +++ b/midend.c @@ -0,0 +1,6 @@ +/* + * midend.c: general middle fragment sitting between the + * platform-specific front end and game-specific back end. + * Maintains a move list, takes care of Undo and Redo commands, and + * processes standard keystrokes for undo/redo/new/restart/quit. + */ -- cgit v1.1